#407CAB

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

Shades of Steel Blue #407CAB

Tints of Steel Blue #407CAB

Color information

#407CAB (or 0x407CAB) is unknown color: approx Steel Blue. HEX triplet: 40, 7C and AB. RGB value is (64,124,171). Sum of RGB (Red+Green+Blue) = 64+124+171=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #407CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407CAB is #BF8354. Grayscale: #6F6F6F. Windows color (decimal): -12550997 or 11238464. OLE color: 11238464.

HSL color Cylindrical-coordinate representation of color #407CAB: hue angle of 206.36º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #407CAB is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64124171-
CMYK0.630.2700.33
HSL206.36º45.53%46.08%-
HSV(B)206.36º62.57%67.06%-
XYZ16.6718.4541.21-
YUV111.42161.6294.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.83%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=17.83%
G=34.54%
B=47.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641241710.630.2700.33206.3645.5346.08
Hex407CAB3F1B021ce2e2e
Octal10017425377330413165656
Binary100000011111001010101111111111011010000111001110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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