#407BB5

Color #407BB5 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #407BB5

Tints of Steel Blue #407BB5

Color information

#407BB5 (or 0x407BB5) is unknown color: approx Steel Blue. HEX triplet: 40, 7B and B5. RGB value is (64,123,181). Sum of RGB (Red+Green+Blue) = 64+123+181=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #407BB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BB5 is #BF844A. Grayscale: #6F6F6F. Windows color (decimal): -12551243 or 11893568. OLE color: 11893568.

HSL color Cylindrical-coordinate representation of color #407BB5: hue angle of 209.74º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #407BB5 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB64123181-
CMYK0.650.3200.29
HSL209.74º47.76%48.04%-
HSV(B)209.74º64.64%70.98%-
XYZ17.5418.5946.38-
YUV111.97166.9593.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 17.39%
GREEN value IS 123 (48.44% from 255) = 33.42%
BLUE value IS 181 (71.09% from 255) = 49.18%
R=17.39%
G=33.42%
B=49.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal641231810.650.3200.29209.7447.7648.04
Hex407BB5412001Dd23030
Octal100173265101400353226060
Binary1000000111101110110101100000110000001110111010010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407BB5; }

 p { color: rgb(64,123,181); }

 H1.HeaderClassName
 {
   color: #407BB5;
 }
 .AnyTagClassName
 {
   color: #407BB5;
 }
</style>
background-color css

<style>
 a { background-color: #407BB5; }

 a { background-color: rgb(64,123,181); }

 div.DivClassName
 {
   background-color: #407BB5;
 }
 .BgClassName
 {
   background-color: #407BB5;
 }
</style>
border-color css

<style>
 span { border-color: #407BB5; }

 span { border-color: rgb(64,123,181); }

 td.TdClassName
 {
   border-color: #407BB5;
 }
 .TagClassName
 {
   border-color: #407BB5;
 }
</style>