Shades of Steel Blue #4778AD
Tints of Steel Blue #4778AD
RGB
CMYK
RGB Variations
Color information
#4778AD (or 0x4778AD) is known color: Steel Blue. HEX triplet: 47, 78 and AD. RGB value is (71,120,173). Sum of RGB (Red+Green+Blue) = 71+120+173=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #4778AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4778AD is #B88752. Grayscale: #6F6F6F. Windows color (decimal): -12093267 or 11368519. OLE color: 11368519.
HSL color Cylindrical-coordinate representation of color #4778AD: hue angle of 211.18º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4778AD is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 120 | 173 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.32 |
| HSL | 211.18º | 0.42% | 0.48% | - |
| HSV(B) | 211.18º | 0.59% | 0.68% | - |
| XYZ | 16.86 | 17.79 | 42.08 | - |
| YUV | 111.39 | 162.77 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 173 | 0.59 | 0.31 | 0 | 0.32 | 211.18 | 0.42 | 0.48 |
| Hex | 47 | 78 | AD | 3B | 1F | 0 | 20 | D3 | 2A | 30 |
| Octal | 107 | 170 | 255 | 73 | 37 | 0 | 40 | 323 | 52 | 60 |
| Binary | 1000111 | 1111000 | 10101101 | 111011 | 11111 | 0 | 100000 | 11010011 | 101010 | 110000 |
Color Harmonies of #4778AD
Complementary color
Monochromatic Colors of #4778AD
Black with #4778AD
Text Example
Text Example
White with #4778AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4778AD; }
p { color: rgb(71,120,173); }
H1.HeaderClassName
{
color: #4778AD;
}
.AnyTagClassName
{
color: #4778AD;
}
</style>
background-color css
<style>
a { background-color: #4778AD; }
a { background-color: rgb(71,120,173); }
div.DivClassName
{
background-color: #4778AD;
}
.BgClassName
{
background-color: #4778AD;
}
</style>
border-color css
<style>
span { border-color: #4778AD; }
span { border-color: rgb(71,120,173); }
td.TdClassName
{
border-color: #4778AD;
}
.TagClassName
{
border-color: #4778AD;
}
</style>