Shades of Steel Blue #4D80AA
Tints of Steel Blue #4D80AA
RGB
CMYK
RGB Variations
Color information
#4D80AA (or 0x4D80AA) is known color: Steel Blue. HEX triplet: 4D, 80 and AA. RGB value is (77,128,170). Sum of RGB (Red+Green+Blue) = 77+128+170=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D80AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D80AA is #B27F55. Grayscale: #757575. Windows color (decimal): -11698006 or 11173965. OLE color: 11173965.
HSL color Cylindrical-coordinate representation of color #4D80AA: hue angle of 207.1º 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 #4D80AA is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 128 | 170 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.33 |
| HSL | 207.1º | 0.38% | 0.48% | - |
| HSV(B) | 207.1º | 0.55% | 0.67% | - |
| XYZ | 18.04 | 19.92 | 40.92 | - |
| YUV | 117.54 | 157.6 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 128 | 170 | 0.55 | 0.25 | 0 | 0.33 | 207.1 | 0.38 | 0.48 |
| Hex | 4D | 80 | AA | 37 | 19 | 0 | 21 | CF | 26 | 30 |
| Octal | 115 | 200 | 252 | 67 | 31 | 0 | 41 | 317 | 46 | 60 |
| Binary | 1001101 | 10000000 | 10101010 | 110111 | 11001 | 0 | 100001 | 11001111 | 100110 | 110000 |
Color Harmonies of #4D80AA
Complementary color
Monochromatic Colors of #4D80AA
Black with #4D80AA
Text Example
Text Example
White with #4D80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D80AA; }
p { color: rgb(77,128,170); }
H1.HeaderClassName
{
color: #4D80AA;
}
.AnyTagClassName
{
color: #4D80AA;
}
</style>
background-color css
<style>
a { background-color: #4D80AA; }
a { background-color: rgb(77,128,170); }
div.DivClassName
{
background-color: #4D80AA;
}
.BgClassName
{
background-color: #4D80AA;
}
</style>
border-color css
<style>
span { border-color: #4D80AA; }
span { border-color: rgb(77,128,170); }
td.TdClassName
{
border-color: #4D80AA;
}
.TagClassName
{
border-color: #4D80AA;
}
</style>