Shades of Steel Blue #4776AC
Tints of Steel Blue #4776AC
RGB
CMYK
RGB Variations
Color information
#4776AC (or 0x4776AC) is known color: Steel Blue. HEX triplet: 47, 76 and AC. RGB value is (71,118,172). Sum of RGB (Red+Green+Blue) = 71+118+172=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #4776AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4776AC is #B88953. Grayscale: #6D6D6D. Windows color (decimal): -12093780 or 11302471. OLE color: 11302471.
HSL color Cylindrical-coordinate representation of color #4776AC: hue angle of 212.08º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4776AC is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 118 | 172 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.33 |
| HSL | 212.08º | 0.42% | 0.48% | - |
| HSV(B) | 212.08º | 0.59% | 0.67% | - |
| XYZ | 16.52 | 17.28 | 41.49 | - |
| YUV | 110.1 | 162.93 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 172 | 0.59 | 0.31 | 0 | 0.33 | 212.08 | 0.42 | 0.48 |
| Hex | 47 | 76 | AC | 3B | 1F | 0 | 21 | D4 | 2A | 30 |
| Octal | 107 | 166 | 254 | 73 | 37 | 0 | 41 | 324 | 52 | 60 |
| Binary | 1000111 | 1110110 | 10101100 | 111011 | 11111 | 0 | 100001 | 11010100 | 101010 | 110000 |
Color Harmonies of #4776AC
Complementary color
Monochromatic Colors of #4776AC
Black with #4776AC
Text Example
Text Example
White with #4776AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4776AC; }
p { color: rgb(71,118,172); }
H1.HeaderClassName
{
color: #4776AC;
}
.AnyTagClassName
{
color: #4776AC;
}
</style>
background-color css
<style>
a { background-color: #4776AC; }
a { background-color: rgb(71,118,172); }
div.DivClassName
{
background-color: #4776AC;
}
.BgClassName
{
background-color: #4776AC;
}
</style>
border-color css
<style>
span { border-color: #4776AC; }
span { border-color: rgb(71,118,172); }
td.TdClassName
{
border-color: #4776AC;
}
.TagClassName
{
border-color: #4776AC;
}
</style>