Shades of Steel Blue #4786AD
Tints of Steel Blue #4786AD
RGB
CMYK
RGB Variations
Color information
#4786AD (or 0x4786AD) is known color: Steel Blue. HEX triplet: 47, 86 and AD. RGB value is (71,134,173). Sum of RGB (Red+Green+Blue) = 71+134+173=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #4786AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4786AD is #B87952. Grayscale: #777777. Windows color (decimal): -12089683 or 11372103. OLE color: 11372103.
HSL color Cylindrical-coordinate representation of color #4786AD: hue angle of 202.94º 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 #4786AD is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 134 | 173 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.32 |
| HSL | 202.94º | 0.42% | 0.48% | - |
| HSV(B) | 202.94º | 0.59% | 0.68% | - |
| XYZ | 18.67 | 21.41 | 42.68 | - |
| YUV | 119.61 | 158.13 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 173 | 0.59 | 0.23 | 0 | 0.32 | 202.94 | 0.42 | 0.48 |
| Hex | 47 | 86 | AD | 3B | 17 | 0 | 20 | CB | 2A | 30 |
| Octal | 107 | 206 | 255 | 73 | 27 | 0 | 40 | 313 | 52 | 60 |
| Binary | 1000111 | 10000110 | 10101101 | 111011 | 10111 | 0 | 100000 | 11001011 | 101010 | 110000 |
Color Harmonies of #4786AD
Complementary color
Monochromatic Colors of #4786AD
Black with #4786AD
Text Example
Text Example
White with #4786AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4786AD; }
p { color: rgb(71,134,173); }
H1.HeaderClassName
{
color: #4786AD;
}
.AnyTagClassName
{
color: #4786AD;
}
</style>
background-color css
<style>
a { background-color: #4786AD; }
a { background-color: rgb(71,134,173); }
div.DivClassName
{
background-color: #4786AD;
}
.BgClassName
{
background-color: #4786AD;
}
</style>
border-color css
<style>
span { border-color: #4786AD; }
span { border-color: rgb(71,134,173); }
td.TdClassName
{
border-color: #4786AD;
}
.TagClassName
{
border-color: #4786AD;
}
</style>