Shades of Steel Blue #4781AD
Tints of Steel Blue #4781AD
RGB
CMYK
RGB Variations
Color information
#4781AD (or 0x4781AD) is known color: Steel Blue. HEX triplet: 47, 81 and AD. RGB value is (71,129,173). Sum of RGB (Red+Green+Blue) = 71+129+173=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #4781AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4781AD is #B87E52. Grayscale: #747474. Windows color (decimal): -12090963 or 11370823. OLE color: 11370823.
HSL color Cylindrical-coordinate representation of color #4781AD: hue angle of 205.88º 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 #4781AD is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 129 | 173 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.32 |
| HSL | 205.88º | 0.42% | 0.48% | - |
| HSV(B) | 205.88º | 0.59% | 0.68% | - |
| XYZ | 17.99 | 20.06 | 42.46 | - |
| YUV | 116.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 129 | 173 | 0.59 | 0.25 | 0 | 0.32 | 205.88 | 0.42 | 0.48 |
| Hex | 47 | 81 | AD | 3B | 19 | 0 | 20 | CE | 2A | 30 |
| Octal | 107 | 201 | 255 | 73 | 31 | 0 | 40 | 316 | 52 | 60 |
| Binary | 1000111 | 10000001 | 10101101 | 111011 | 11001 | 0 | 100000 | 11001110 | 101010 | 110000 |
Color Harmonies of #4781AD
Complementary color
Monochromatic Colors of #4781AD
Black with #4781AD
Text Example
Text Example
White with #4781AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4781AD; }
p { color: rgb(71,129,173); }
H1.HeaderClassName
{
color: #4781AD;
}
.AnyTagClassName
{
color: #4781AD;
}
</style>
background-color css
<style>
a { background-color: #4781AD; }
a { background-color: rgb(71,129,173); }
div.DivClassName
{
background-color: #4781AD;
}
.BgClassName
{
background-color: #4781AD;
}
</style>
border-color css
<style>
span { border-color: #4781AD; }
span { border-color: rgb(71,129,173); }
td.TdClassName
{
border-color: #4781AD;
}
.TagClassName
{
border-color: #4781AD;
}
</style>