Shades of Steel Blue #4676AB
Tints of Steel Blue #4676AB
RGB
CMYK
RGB Variations
Color information
#4676AB (or 0x4676AB) is known color: Steel Blue. HEX triplet: 46, 76 and AB. RGB value is (70,118,171). Sum of RGB (Red+Green+Blue) = 70+118+171=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #4676AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4676AB is #B98954. Grayscale: #6D6D6D. Windows color (decimal): -12159317 or 11236934. OLE color: 11236934.
HSL color Cylindrical-coordinate representation of color #4676AB: hue angle of 211.49º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4676AB is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 118 | 171 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.33 |
| HSL | 211.49º | 0.42% | 0.47% | - |
| HSV(B) | 211.49º | 0.59% | 0.67% | - |
| XYZ | 16.35 | 17.2 | 40.99 | - |
| YUV | 109.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 171 | 0.59 | 0.31 | 0 | 0.33 | 211.49 | 0.42 | 0.47 |
| Hex | 46 | 76 | AB | 3B | 1F | 0 | 21 | D3 | 2A | 2F |
| Octal | 106 | 166 | 253 | 73 | 37 | 0 | 41 | 323 | 52 | 57 |
| Binary | 1000110 | 1110110 | 10101011 | 111011 | 11111 | 0 | 100001 | 11010011 | 101010 | 101111 |
Color Harmonies of #4676AB
Complementary color
Monochromatic Colors of #4676AB
Black with #4676AB
Text Example
Text Example
White with #4676AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4676AB; }
p { color: rgb(70,118,171); }
H1.HeaderClassName
{
color: #4676AB;
}
.AnyTagClassName
{
color: #4676AB;
}
</style>
background-color css
<style>
a { background-color: #4676AB; }
a { background-color: rgb(70,118,171); }
div.DivClassName
{
background-color: #4676AB;
}
.BgClassName
{
background-color: #4676AB;
}
</style>
border-color css
<style>
span { border-color: #4676AB; }
span { border-color: rgb(70,118,171); }
td.TdClassName
{
border-color: #4676AB;
}
.TagClassName
{
border-color: #4676AB;
}
</style>