#407BC0

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

Shades of Steel Blue #407BC0

Tints of Steel Blue #407BC0

Color information

#407BC0 (or 0x407BC0) is unknown color: approx Steel Blue. HEX triplet: 40, 7B and C0. RGB value is (64,123,192). Sum of RGB (Red+Green+Blue) = 64+123+192=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #407BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BC0 is #BF843F. Grayscale: #707070. Windows color (decimal): -12551232 or 12614464. OLE color: 12614464.

HSL color Cylindrical-coordinate representation of color #407BC0: hue angle of 212.34º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #407BC0 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64123192-
CMYK0.670.3600.25
HSL212.34º50.39%50.2%-
HSV(B)212.34º66.67%75.29%-
XYZ18.7119.0652.56-
YUV113.22172.4592.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.89%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 192 (75.39% from 255) = 50.66%
R=16.89%
G=32.45%
B=50.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641231920.670.3600.25212.3450.3950.2
Hex407BC04324019d43232
Octal100173300103440313246262
Binary1000000111101111000000100001110010001100111010100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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