Shades of Steel Blue #4D84AA
Tints of Steel Blue #4D84AA
RGB
CMYK
RGB Variations
Color information
#4D84AA (or 0x4D84AA) is known color: Steel Blue. HEX triplet: 4D, 84 and AA. RGB value is (77,132,170). Sum of RGB (Red+Green+Blue) = 77+132+170=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D84AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D84AA is #B27B55. Grayscale: #777777. Windows color (decimal): -11696982 or 11174989. OLE color: 11174989.
HSL color Cylindrical-coordinate representation of color #4D84AA: hue angle of 204.52º 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 #4D84AA is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 132 | 170 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.33 |
| HSL | 204.52º | 0.38% | 0.48% | - |
| HSV(B) | 204.52º | 0.55% | 0.67% | - |
| XYZ | 18.57 | 20.98 | 41.1 | - |
| YUV | 119.89 | 156.28 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 170 | 0.55 | 0.22 | 0 | 0.33 | 204.52 | 0.38 | 0.48 |
| Hex | 4D | 84 | AA | 37 | 16 | 0 | 21 | CD | 26 | 30 |
| Octal | 115 | 204 | 252 | 67 | 26 | 0 | 41 | 315 | 46 | 60 |
| Binary | 1001101 | 10000100 | 10101010 | 110111 | 10110 | 0 | 100001 | 11001101 | 100110 | 110000 |
Color Harmonies of #4D84AA
Complementary color
Monochromatic Colors of #4D84AA
Black with #4D84AA
Text Example
Text Example
White with #4D84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D84AA; }
p { color: rgb(77,132,170); }
H1.HeaderClassName
{
color: #4D84AA;
}
.AnyTagClassName
{
color: #4D84AA;
}
</style>
background-color css
<style>
a { background-color: #4D84AA; }
a { background-color: rgb(77,132,170); }
div.DivClassName
{
background-color: #4D84AA;
}
.BgClassName
{
background-color: #4D84AA;
}
</style>
border-color css
<style>
span { border-color: #4D84AA; }
span { border-color: rgb(77,132,170); }
td.TdClassName
{
border-color: #4D84AA;
}
.TagClassName
{
border-color: #4D84AA;
}
</style>