#407ABD

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

Shades of Steel Blue #407ABD

Tints of Steel Blue #407ABD

Color information

#407ABD (or 0x407ABD) is unknown color: approx Steel Blue. HEX triplet: 40, 7A and BD. RGB value is (64,122,189). Sum of RGB (Red+Green+Blue) = 64+122+189=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #407ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ABD is #BF8542. Grayscale: #6F6F6F. Windows color (decimal): -12551491 or 12417600. OLE color: 12417600.

HSL color Cylindrical-coordinate representation of color #407ABD: hue angle of 212.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407ABD is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64122189-
CMYK0.660.3500.26
HSL212.16º49.41%49.61%-
HSV(B)212.16º66.14%74.12%-
XYZ18.2618.6850.79-
YUV112.3171.2893.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.07%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=17.07%
G=32.53%
B=50.4%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641221890.660.3500.26212.1649.4149.61
Hex407ABD422301Ad43132
Octal100172275102430323246162
Binary1000000111101010111101100001010001101101011010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,122,189); }

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

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

 a { background-color: rgb(64,122,189); }

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

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

 span { border-color: rgb(64,122,189); }

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