Color Hex Logo

#4199cc Color Hex

#4199CC
(65,153,204)
0 Favorites   0 Comments

Color spaces of #4199cc

RGB 65153204
HSL0.560.580.53
HSV202°68°80°
CMYK 0.680.250.00   0.20
XYZ24.470328.265961.2929
Yxy28.26590.21460.2479
Hunter Lab53.1657-10.8827-31.1374
CIE-Lab60.1282-10.0584-33.8823

#4199cc color RGB value is (65,153,204).

#4199cc hex color red value is 65, green value is 153 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4199cc hue: 0.56 , saturation: 0.58 and the lightness value of 4199cc is 0.53.

The process color (four color CMYK) of #4199cc color hex is 0.68, 0.25, 0.00, 0.20. Web safe color of #4199cc is #3399cc. Color #4199cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011001 11001100
Octal 101 231 314
Decimal 65 153 204
Hex 41 99 CC

RGB Percentages of Color #4199cc

%15.40
%36.26
%48.34

CMYK Percentages of Color #4199cc

%68
%25
%0
%20

Triadic Colors of #4199cc

#4199cc #cc4199 #99cc41

Analogous Colors of #4199cc

#4199cc #4154cc #41ccba

Monochromatic Colors of #4199cc

#4199cc

Complementary Color

#4199cc #cc7441

#4199cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4199cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4199cc Color CSS Codes

.mybgcolor {background-color:#4199cc; } 
.myforecolor {color:#4199cc; }
.mybordercolor {border:3px solid #4199cc; }

#4199cc Text Font Color

<p style="color:#4199cc">Text here</p>

This sample text font color is #4199cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4199cc Background Color

<div style="background-color:#4199cc">
Div content here</div>

This div background color is #4199cc


#4199cc Border Color

<div style="border:3px solid #4199cc">
Div here</div>

This div border color is #4199cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,153,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4199cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4199cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4199cc;
  box-shadow:         1px 1px 3px 2px #4199cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,153,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4199cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4199cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4199cc;
  box-shadow:         1px 1px 3px 2px #4199cc;">
Div content here</div>

This div box has shadow with color #4199cc


Comments

No comments written yet.

Please login to write comment.