Color Hex Logo

#407bbc Color Hex

#407BBC
(64,123,188)
0 Favorites   0 Comments

Color spaces of #407bbc

RGB 64123188
HSL0.590.490.49
HSV211°66°74°
CMYK 0.660.350.00   0.26
XYZ18.274418.886750.2593
Yxy18.88670.20900.2160
Hunter Lab43.4588-0.9939-38.1466
CIE-Lab50.55441.7112-39.8176

#407bbc color RGB value is (64,123,188).

#407bbc hex color red value is 64, green value is 123 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #407bbc hue: 0.59 , saturation: 0.49 and the lightness value of 407bbc is 0.49.

The process color (four color CMYK) of #407bbc color hex is 0.66, 0.35, 0.00, 0.26. Web safe color of #407bbc is #3366cc. Color #407bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111011 10111100
Octal 100 173 274
Decimal 64 123 188
Hex 40 7B BC

RGB Percentages of Color #407bbc

%17.07
%32.80
%50.13

CMYK Percentages of Color #407bbc

%66
%35
%0
%26

Triadic Colors of #407bbc

#407bbc #bc407b #7bbc40

Analogous Colors of #407bbc

#407bbc #4340bc #40b9bc

Monochromatic Colors of #407bbc

#407bbc

Complementary Color

#407bbc #bc8140

#407bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#407bbc Color CSS Codes

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

#407bbc Text Font Color

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

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


#407bbc Background Color

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

This div background color is #407bbc


#407bbc Border Color

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

This div border color is #407bbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,123,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407bbc


Comments

No comments written yet.

Please login to write comment.