Shades of Steel Blue #4778AA
Tints of Steel Blue #4778AA
RGB
CMYK
RGB Variations
Color information
#4778AA (or 0x4778AA) is known color: Steel Blue. HEX triplet: 47, 78 and AA. RGB value is (71,120,170). Sum of RGB (Red+Green+Blue) = 71+120+170=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #4778AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4778AA is #B88755. Grayscale: #6E6E6E. Windows color (decimal): -12093270 or 11171911. OLE color: 11171911.
HSL color Cylindrical-coordinate representation of color #4778AA: hue angle of 210.3º 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 #4778AA is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 120 | 170 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.33 |
| HSL | 210.3º | 0.41% | 0.47% | - |
| HSV(B) | 210.3º | 0.58% | 0.67% | - |
| XYZ | 16.57 | 17.67 | 40.57 | - |
| YUV | 111.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 170 | 0.58 | 0.29 | 0 | 0.33 | 210.3 | 0.41 | 0.47 |
| Hex | 47 | 78 | AA | 3A | 1D | 0 | 21 | D2 | 29 | 2F |
| Octal | 107 | 170 | 252 | 72 | 35 | 0 | 41 | 322 | 51 | 57 |
| Binary | 1000111 | 1111000 | 10101010 | 111010 | 11101 | 0 | 100001 | 11010010 | 101001 | 101111 |
Color Harmonies of #4778AA
Complementary color
Monochromatic Colors of #4778AA
Black with #4778AA
Text Example
Text Example
White with #4778AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4778AA; }
p { color: rgb(71,120,170); }
H1.HeaderClassName
{
color: #4778AA;
}
.AnyTagClassName
{
color: #4778AA;
}
</style>
background-color css
<style>
a { background-color: #4778AA; }
a { background-color: rgb(71,120,170); }
div.DivClassName
{
background-color: #4778AA;
}
.BgClassName
{
background-color: #4778AA;
}
</style>
border-color css
<style>
span { border-color: #4778AA; }
span { border-color: rgb(71,120,170); }
td.TdClassName
{
border-color: #4778AA;
}
.TagClassName
{
border-color: #4778AA;
}
</style>