Shades of Steel Blue #4D86AA
Tints of Steel Blue #4D86AA
RGB
CMYK
RGB Variations
Color information
#4D86AA (or 0x4D86AA) is known color: Steel Blue. HEX triplet: 4D, 86 and AA. RGB value is (77,134,170). Sum of RGB (Red+Green+Blue) = 77+134+170=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D86AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D86AA is #B27955. Grayscale: #787878. Windows color (decimal): -11696470 or 11175501. OLE color: 11175501.
HSL color Cylindrical-coordinate representation of color #4D86AA: hue angle of 203.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D86AA is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 134 | 170 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.33 |
| HSL | 203.23º | 0.38% | 0.48% | - |
| HSV(B) | 203.23º | 0.55% | 0.67% | - |
| XYZ | 18.84 | 21.53 | 41.19 | - |
| YUV | 121.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 170 | 0.55 | 0.21 | 0 | 0.33 | 203.23 | 0.38 | 0.48 |
| Hex | 4D | 86 | AA | 37 | 15 | 0 | 21 | CB | 26 | 30 |
| Octal | 115 | 206 | 252 | 67 | 25 | 0 | 41 | 313 | 46 | 60 |
| Binary | 1001101 | 10000110 | 10101010 | 110111 | 10101 | 0 | 100001 | 11001011 | 100110 | 110000 |
Color Harmonies of #4D86AA
Complementary color
Monochromatic Colors of #4D86AA
Black with #4D86AA
Text Example
Text Example
White with #4D86AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D86AA; }
p { color: rgb(77,134,170); }
H1.HeaderClassName
{
color: #4D86AA;
}
.AnyTagClassName
{
color: #4D86AA;
}
</style>
background-color css
<style>
a { background-color: #4D86AA; }
a { background-color: rgb(77,134,170); }
div.DivClassName
{
background-color: #4D86AA;
}
.BgClassName
{
background-color: #4D86AA;
}
</style>
border-color css
<style>
span { border-color: #4D86AA; }
span { border-color: rgb(77,134,170); }
td.TdClassName
{
border-color: #4D86AA;
}
.TagClassName
{
border-color: #4D86AA;
}
</style>