Shades of Steel Blue #4D87AD
Tints of Steel Blue #4D87AD
RGB
CMYK
RGB Variations
Color information
#4D87AD (or 0x4D87AD) is known color: Steel Blue. HEX triplet: 4D, 87 and AD. RGB value is (77,135,173). Sum of RGB (Red+Green+Blue) = 77+135+173=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D87AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D87AD is #B27852. Grayscale: #797979. Windows color (decimal): -11696211 or 11372365. OLE color: 11372365.
HSL color Cylindrical-coordinate representation of color #4D87AD: hue angle of 203.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D87AD is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 135 | 173 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.32 |
| HSL | 203.75º | 0.38% | 0.49% | - |
| HSV(B) | 203.75º | 0.55% | 0.68% | - |
| XYZ | 19.27 | 21.92 | 42.75 | - |
| YUV | 121.99 | 156.78 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 135 | 173 | 0.55 | 0.22 | 0 | 0.32 | 203.75 | 0.38 | 0.49 |
| Hex | 4D | 87 | AD | 37 | 16 | 0 | 20 | CC | 26 | 31 |
| Octal | 115 | 207 | 255 | 67 | 26 | 0 | 40 | 314 | 46 | 61 |
| Binary | 1001101 | 10000111 | 10101101 | 110111 | 10110 | 0 | 100000 | 11001100 | 100110 | 110001 |
Color Harmonies of #4D87AD
Complementary color
Monochromatic Colors of #4D87AD
Black with #4D87AD
Text Example
Text Example
White with #4D87AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D87AD; }
p { color: rgb(77,135,173); }
H1.HeaderClassName
{
color: #4D87AD;
}
.AnyTagClassName
{
color: #4D87AD;
}
</style>
background-color css
<style>
a { background-color: #4D87AD; }
a { background-color: rgb(77,135,173); }
div.DivClassName
{
background-color: #4D87AD;
}
.BgClassName
{
background-color: #4D87AD;
}
</style>
border-color css
<style>
span { border-color: #4D87AD; }
span { border-color: rgb(77,135,173); }
td.TdClassName
{
border-color: #4D87AD;
}
.TagClassName
{
border-color: #4D87AD;
}
</style>