Shades of Steel Blue #4076BE
Tints of Steel Blue #4076BE
RGB
CMYK
RGB Variations
Color information
#4076BE (or 0x4076BE) is known color: Steel Blue. HEX triplet: 40, 76 and BE. RGB value is (64,118,190). Sum of RGB (Red+Green+Blue) = 64+118+190=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #4076BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4076BE is #BF8941. Grayscale: #6D6D6D. Windows color (decimal): -12552514 or 12482112. OLE color: 12482112.
HSL color Cylindrical-coordinate representation of color #4076BE: hue angle of 214.29º 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 #4076BE is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 118 | 190 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.25 |
| HSL | 214.29º | 0.5% | 0.5% | - |
| HSV(B) | 214.29º | 0.66% | 0.75% | - |
| XYZ | 17.89 | 17.76 | 51.2 | - |
| YUV | 110.06 | 173.11 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 190 | 0.66 | 0.38 | 0 | 0.25 | 214.29 | 0.5 | 0.5 |
| Hex | 40 | 76 | BE | 42 | 26 | 0 | 19 | D6 | 32 | 32 |
| Octal | 100 | 166 | 276 | 102 | 46 | 0 | 31 | 326 | 62 | 62 |
| Binary | 1000000 | 1110110 | 10111110 | 1000010 | 100110 | 0 | 11001 | 11010110 | 110010 | 110010 |
Color Harmonies of #4076BE
Complementary color
Monochromatic Colors of #4076BE
Black with #4076BE
Text Example
Text Example
White with #4076BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4076BE; }
p { color: rgb(64,118,190); }
H1.HeaderClassName
{
color: #4076BE;
}
.AnyTagClassName
{
color: #4076BE;
}
</style>
background-color css
<style>
a { background-color: #4076BE; }
a { background-color: rgb(64,118,190); }
div.DivClassName
{
background-color: #4076BE;
}
.BgClassName
{
background-color: #4076BE;
}
</style>
border-color css
<style>
span { border-color: #4076BE; }
span { border-color: rgb(64,118,190); }
td.TdClassName
{
border-color: #4076BE;
}
.TagClassName
{
border-color: #4076BE;
}
</style>