Shades of Steel Blue #4079BF
Tints of Steel Blue #4079BF
RGB
CMYK
RGB Variations
Color information
#4079BF (or 0x4079BF) is known color: Steel Blue. HEX triplet: 40, 79 and BF. RGB value is (64,121,191). Sum of RGB (Red+Green+Blue) = 64+121+191=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #4079BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4079BF is #BF8640. Grayscale: #6F6F6F. Windows color (decimal): -12551745 or 12548416. OLE color: 12548416.
HSL color Cylindrical-coordinate representation of color #4079BF: hue angle of 213.07º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4079BF is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 121 | 191 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.25 |
| HSL | 213.07º | 0.5% | 0.5% | - |
| HSV(B) | 213.07º | 0.66% | 0.75% | - |
| XYZ | 18.36 | 18.53 | 51.9 | - |
| YUV | 111.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 191 | 0.66 | 0.37 | 0 | 0.25 | 213.07 | 0.5 | 0.5 |
| Hex | 40 | 79 | BF | 42 | 25 | 0 | 19 | D5 | 32 | 32 |
| Octal | 100 | 171 | 277 | 102 | 45 | 0 | 31 | 325 | 62 | 62 |
| Binary | 1000000 | 1111001 | 10111111 | 1000010 | 100101 | 0 | 11001 | 11010101 | 110010 | 110010 |
Color Harmonies of #4079BF
Complementary color
Monochromatic Colors of #4079BF
Black with #4079BF
Text Example
Text Example
White with #4079BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4079BF; }
p { color: rgb(64,121,191); }
H1.HeaderClassName
{
color: #4079BF;
}
.AnyTagClassName
{
color: #4079BF;
}
</style>
background-color css
<style>
a { background-color: #4079BF; }
a { background-color: rgb(64,121,191); }
div.DivClassName
{
background-color: #4079BF;
}
.BgClassName
{
background-color: #4079BF;
}
</style>
border-color css
<style>
span { border-color: #4079BF; }
span { border-color: rgb(64,121,191); }
td.TdClassName
{
border-color: #4079BF;
}
.TagClassName
{
border-color: #4079BF;
}
</style>