Shades of Steel Blue #4076BF
Tints of Steel Blue #4076BF
RGB
CMYK
RGB Variations
Color information
#4076BF (or 0x4076BF) is known color: Steel Blue. HEX triplet: 40, 76 and BF. RGB value is (64,118,191). Sum of RGB (Red+Green+Blue) = 64+118+191=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #4076BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4076BF is #BF8940. Grayscale: #6D6D6D. Windows color (decimal): -12552513 or 12547648. OLE color: 12547648.
HSL color Cylindrical-coordinate representation of color #4076BF: hue angle of 214.49º 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 #4076BF is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 118 | 191 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.25 |
| HSL | 214.49º | 0.5% | 0.5% | - |
| HSV(B) | 214.49º | 0.66% | 0.75% | - |
| XYZ | 18 | 17.81 | 51.78 | - |
| YUV | 110.18 | 173.61 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 191 | 0.66 | 0.38 | 0 | 0.25 | 214.49 | 0.5 | 0.5 |
| Hex | 40 | 76 | BF | 42 | 26 | 0 | 19 | D6 | 32 | 32 |
| Octal | 100 | 166 | 277 | 102 | 46 | 0 | 31 | 326 | 62 | 62 |
| Binary | 1000000 | 1110110 | 10111111 | 1000010 | 100110 | 0 | 11001 | 11010110 | 110010 | 110010 |
Color Harmonies of #4076BF
Complementary color
Monochromatic Colors of #4076BF
Black with #4076BF
Text Example
Text Example
White with #4076BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4076BF; }
p { color: rgb(64,118,191); }
H1.HeaderClassName
{
color: #4076BF;
}
.AnyTagClassName
{
color: #4076BF;
}
</style>
background-color css
<style>
a { background-color: #4076BF; }
a { background-color: rgb(64,118,191); }
div.DivClassName
{
background-color: #4076BF;
}
.BgClassName
{
background-color: #4076BF;
}
</style>
border-color css
<style>
span { border-color: #4076BF; }
span { border-color: rgb(64,118,191); }
td.TdClassName
{
border-color: #4076BF;
}
.TagClassName
{
border-color: #4076BF;
}
</style>