Color Hex Logo

#407bcc Color Hex

#407BCC
(64,123,204)
0 Favorites   0 Comments

Color spaces of #407bcc

RGB 64123204
HSL0.600.580.53
HSV215°69°80°
CMYK 0.690.400.00   0.20
XYZ20.096419.615559.8537
Yxy19.61550.20180.1970
Hunter Lab44.28943.4883-49.1233
CIE-Lab51.39977.3564-47.6288

#407bcc color RGB value is (64,123,204).

#407bcc hex color red value is 64, green value is 123 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #407bcc hue: 0.60 , saturation: 0.58 and the lightness value of 407bcc is 0.53.

The process color (four color CMYK) of #407bcc color hex is 0.69, 0.40, 0.00, 0.20. Web safe color of #407bcc is #3366cc. Color #407bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111011 11001100
Octal 100 173 314
Decimal 64 123 204
Hex 40 7B CC

RGB Percentages of Color #407bcc

%16.37
%31.46
%52.17

CMYK Percentages of Color #407bcc

%69
%40
%0
%20

Triadic Colors of #407bcc

#407bcc #cc407b #7bcc40

Analogous Colors of #407bcc

#407bcc #4b40cc #40c1cc

Monochromatic Colors of #407bcc

#407bcc

Complementary Color

#407bcc #cc9140

#407bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#407bcc Color CSS Codes

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

#407bcc Text Font Color

<p style="color:#407bcc">Text here</p>

This sample text font color is #407bcc
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.


#407bcc Background Color

<div style="background-color:#407bcc">
Div content here</div>

This div background color is #407bcc


#407bcc Border Color

<div style="border:3px solid #407bcc">
Div here</div>

This div border color is #407bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,123,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #407bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #407bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #407bcc;
  box-shadow:         1px 1px 3px 2px #407bcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,123,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 #407bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407bcc

#407bcc Color Palettes


Comments

No comments written yet.

Please login to write comment.