Shades of Steel Blue #4776AB
Tints of Steel Blue #4776AB
RGB
CMYK
RGB Variations
Color information
#4776AB (or 0x4776AB) is known color: Steel Blue. HEX triplet: 47, 76 and AB. RGB value is (71,118,171). Sum of RGB (Red+Green+Blue) = 71+118+171=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #4776AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4776AB is #B88954. Grayscale: #6D6D6D. Windows color (decimal): -12093781 or 11236935. OLE color: 11236935.
HSL color Cylindrical-coordinate representation of color #4776AB: hue angle of 211.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4776AB is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 118 | 171 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.33 |
| HSL | 211.8º | 0.41% | 0.47% | - |
| HSV(B) | 211.8º | 0.58% | 0.67% | - |
| XYZ | 16.43 | 17.24 | 40.99 | - |
| YUV | 109.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 171 | 0.58 | 0.31 | 0 | 0.33 | 211.8 | 0.41 | 0.47 |
| Hex | 47 | 76 | AB | 3A | 1F | 0 | 21 | D4 | 29 | 2F |
| Octal | 107 | 166 | 253 | 72 | 37 | 0 | 41 | 324 | 51 | 57 |
| Binary | 1000111 | 1110110 | 10101011 | 111010 | 11111 | 0 | 100001 | 11010100 | 101001 | 101111 |
Color Harmonies of #4776AB
Complementary color
Monochromatic Colors of #4776AB
Black with #4776AB
Text Example
Text Example
White with #4776AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4776AB; }
p { color: rgb(71,118,171); }
H1.HeaderClassName
{
color: #4776AB;
}
.AnyTagClassName
{
color: #4776AB;
}
</style>
background-color css
<style>
a { background-color: #4776AB; }
a { background-color: rgb(71,118,171); }
div.DivClassName
{
background-color: #4776AB;
}
.BgClassName
{
background-color: #4776AB;
}
</style>
border-color css
<style>
span { border-color: #4776AB; }
span { border-color: rgb(71,118,171); }
td.TdClassName
{
border-color: #4776AB;
}
.TagClassName
{
border-color: #4776AB;
}
</style>