Shades of Steel Blue #407ABC
Tints of Steel Blue #407ABC
RGB
CMYK
RGB Variations
Color information
#407ABC (or 0x407ABC) is known color: 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
| RGB | 64 | 122 | 188 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.26 |
| HSL | 211.94º | 0.49% | 0.49% | - |
| HSV(B) | 211.94º | 0.66% | 0.74% | - |
| XYZ | 18.15 | 18.64 | 50.22 | - |
| YUV | 112.18 | 170.78 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 188 | 0.66 | 0.35 | 0 | 0.26 | 211.94 | 0.49 | 0.49 |
| Hex | 40 | 7A | BC | 42 | 23 | 0 | 1A | D4 | 31 | 31 |
| Octal | 100 | 172 | 274 | 102 | 43 | 0 | 32 | 324 | 61 | 61 |
| Binary | 1000000 | 1111010 | 10111100 | 1000010 | 100011 | 0 | 11010 | 11010100 | 110001 | 110001 |
Color Harmonies of #407ABC
Complementary color
Monochromatic Colors of #407ABC
Black with #407ABC
Text Example
Text Example
White with #407ABC
Text Example
Text Example
HTML Codes & Css Web 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>