Shades of Steel Blue #4076BB
Tints of Steel Blue #4076BB
RGB
CMYK
RGB Variations
Color information
#4076BB (or 0x4076BB) is known color: Steel Blue. HEX triplet: 40, 76 and BB. RGB value is (64,118,187). Sum of RGB (Red+Green+Blue) = 64+118+187=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #4076BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4076BB is #BF8944. Grayscale: #6D6D6D. Windows color (decimal): -12552517 or 12285504. OLE color: 12285504.
HSL color Cylindrical-coordinate representation of color #4076BB: hue angle of 213.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4076BB is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 118 | 187 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.27 |
| HSL | 213.66º | 0.49% | 0.49% | - |
| HSV(B) | 213.66º | 0.66% | 0.73% | - |
| XYZ | 17.56 | 17.63 | 49.49 | - |
| YUV | 109.72 | 171.61 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 187 | 0.66 | 0.37 | 0 | 0.27 | 213.66 | 0.49 | 0.49 |
| Hex | 40 | 76 | BB | 42 | 25 | 0 | 1B | D6 | 31 | 31 |
| Octal | 100 | 166 | 273 | 102 | 45 | 0 | 33 | 326 | 61 | 61 |
| Binary | 1000000 | 1110110 | 10111011 | 1000010 | 100101 | 0 | 11011 | 11010110 | 110001 | 110001 |
Color Harmonies of #4076BB
Complementary color
Monochromatic Colors of #4076BB
Black with #4076BB
Text Example
Text Example
White with #4076BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4076BB; }
p { color: rgb(64,118,187); }
H1.HeaderClassName
{
color: #4076BB;
}
.AnyTagClassName
{
color: #4076BB;
}
</style>
background-color css
<style>
a { background-color: #4076BB; }
a { background-color: rgb(64,118,187); }
div.DivClassName
{
background-color: #4076BB;
}
.BgClassName
{
background-color: #4076BB;
}
</style>
border-color css
<style>
span { border-color: #4076BB; }
span { border-color: rgb(64,118,187); }
td.TdClassName
{
border-color: #4076BB;
}
.TagClassName
{
border-color: #4076BB;
}
</style>