Shades of Steel Blue #4676BC
Tints of Steel Blue #4676BC
RGB
CMYK
RGB Variations
Color information
#4676BC (or 0x4676BC) is known color: Steel Blue. HEX triplet: 46, 76 and BC. RGB value is (70,118,188). Sum of RGB (Red+Green+Blue) = 70+118+188=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #4676BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4676BC is #B98943. Grayscale: #6F6F6F. Windows color (decimal): -12159300 or 12351046. OLE color: 12351046.
HSL color Cylindrical-coordinate representation of color #4676BC: hue angle of 215.59º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4676BC is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 118 | 188 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.26 |
| HSL | 215.59º | 0.47% | 0.51% | - |
| HSV(B) | 215.59º | 0.63% | 0.74% | - |
| XYZ | 18.08 | 17.89 | 50.08 | - |
| YUV | 111.63 | 171.1 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 188 | 0.63 | 0.37 | 0 | 0.26 | 215.59 | 0.47 | 0.51 |
| Hex | 46 | 76 | BC | 3F | 25 | 0 | 1A | D8 | 2F | 33 |
| Octal | 106 | 166 | 274 | 77 | 45 | 0 | 32 | 330 | 57 | 63 |
| Binary | 1000110 | 1110110 | 10111100 | 111111 | 100101 | 0 | 11010 | 11011000 | 101111 | 110011 |
Color Harmonies of #4676BC
Complementary color
Monochromatic Colors of #4676BC
Black with #4676BC
Text Example
Text Example
White with #4676BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4676BC; }
p { color: rgb(70,118,188); }
H1.HeaderClassName
{
color: #4676BC;
}
.AnyTagClassName
{
color: #4676BC;
}
</style>
background-color css
<style>
a { background-color: #4676BC; }
a { background-color: rgb(70,118,188); }
div.DivClassName
{
background-color: #4676BC;
}
.BgClassName
{
background-color: #4676BC;
}
</style>
border-color css
<style>
span { border-color: #4676BC; }
span { border-color: rgb(70,118,188); }
td.TdClassName
{
border-color: #4676BC;
}
.TagClassName
{
border-color: #4676BC;
}
</style>