#407ABC

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

Shades of Steel Blue #407ABC

Tints of Steel Blue #407ABC

Color information

#407ABC (or 0x407ABC) is unknown color: approx Steel Blue. HEX triplet: 40, 7A and BC. RGB value is (64,122,188). Sum of RGB (Red+Green+Blue) = 64+122+188=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #407ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ABC is #BF8543. Grayscale: #6F6F6F. Windows color (decimal): -12551492 or 12352064. OLE color: 12352064.

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

Color convert

RGB64122188-
CMYK0.660.3500.26
HSL211.94º49.21%49.41%-
HSV(B)211.94º65.96%73.73%-
XYZ18.1518.6450.22-
YUV112.18170.7893.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.11%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 188 (73.83% from 255) = 50.27%
R=17.11%
G=32.62%
B=50.27%

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
Decimal641221880.660.3500.26211.9449.2149.41
Hex407ABC422301Ad43131
Octal100172274102430323246161
Binary1000000111101010111100100001010001101101011010100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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