Shades of Steel Blue #4079BC
Tints of Steel Blue #4079BC
RGB
CMYK
RGB Variations
Color information
#4079BC (or 0x4079BC) is known color: Steel Blue. HEX triplet: 40, 79 and BC. RGB value is (64,121,188). Sum of RGB (Red+Green+Blue) = 64+121+188=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #4079BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4079BC is #BF8643. Grayscale: #6F6F6F. Windows color (decimal): -12551748 or 12351808. OLE color: 12351808.
HSL color Cylindrical-coordinate representation of color #4079BC: hue angle of 212.42º 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 #4079BC is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 121 | 188 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.26 |
| HSL | 212.42º | 0.49% | 0.49% | - |
| HSV(B) | 212.42º | 0.66% | 0.74% | - |
| XYZ | 18.03 | 18.4 | 50.18 | - |
| YUV | 111.6 | 171.12 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 188 | 0.66 | 0.36 | 0 | 0.26 | 212.42 | 0.49 | 0.49 |
| Hex | 40 | 79 | BC | 42 | 24 | 0 | 1A | D4 | 31 | 31 |
| Octal | 100 | 171 | 274 | 102 | 44 | 0 | 32 | 324 | 61 | 61 |
| Binary | 1000000 | 1111001 | 10111100 | 1000010 | 100100 | 0 | 11010 | 11010100 | 110001 | 110001 |
Color Harmonies of #4079BC
Complementary color
Monochromatic Colors of #4079BC
Black with #4079BC
Text Example
Text Example
White with #4079BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4079BC; }
p { color: rgb(64,121,188); }
H1.HeaderClassName
{
color: #4079BC;
}
.AnyTagClassName
{
color: #4079BC;
}
</style>
background-color css
<style>
a { background-color: #4079BC; }
a { background-color: rgb(64,121,188); }
div.DivClassName
{
background-color: #4079BC;
}
.BgClassName
{
background-color: #4079BC;
}
</style>
border-color css
<style>
span { border-color: #4079BC; }
span { border-color: rgb(64,121,188); }
td.TdClassName
{
border-color: #4079BC;
}
.TagClassName
{
border-color: #4079BC;
}
</style>