#407CB8

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

Shades of Steel Blue #407CB8

Tints of Steel Blue #407CB8

Color information

#407CB8 (or 0x407CB8) is unknown color: approx Steel Blue. HEX triplet: 40, 7C and B8. RGB value is (64,124,184). Sum of RGB (Red+Green+Blue) = 64+124+184=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #407CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CB8 is #BF8347. Grayscale: #707070. Windows color (decimal): -12550984 or 12090432. OLE color: 12090432.

HSL color Cylindrical-coordinate representation of color #407CB8: hue angle of 210º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #407CB8 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB64124184-
CMYK0.650.3300.28
HSL210º48.39%48.63%-
HSV(B)210º65.22%72.16%-
XYZ17.9718.9748.06-
YUV112.9168.1293.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.20%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 184 (72.27% from 255) = 49.46%
R=17.20%
G=33.33%
B=49.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal641241840.650.3300.2821048.3948.63
Hex407CB8412101Cd23031
Octal100174270101410343226061
Binary1000000111110010111000100000110000101110011010010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,124,184); }

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

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

 a { background-color: rgb(64,124,184); }

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

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

 span { border-color: rgb(64,124,184); }

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