Shades of Steel Blue #4D81A9
Tints of Steel Blue #4D81A9
RGB
CMYK
RGB Variations
Color information
#4D81A9 (or 0x4D81A9) is known color: Steel Blue. HEX triplet: 4D, 81 and A9. RGB value is (77,129,169). Sum of RGB (Red+Green+Blue) = 77+129+169=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #4D81A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D81A9 is #B27E56. Grayscale: #757575. Windows color (decimal): -11697751 or 11108685. OLE color: 11108685.
HSL color Cylindrical-coordinate representation of color #4D81A9: hue angle of 206.09º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D81A9 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 129 | 169 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.34 |
| HSL | 206.09º | 0.37% | 0.48% | - |
| HSV(B) | 206.09º | 0.54% | 0.66% | - |
| XYZ | 18.07 | 20.14 | 40.47 | - |
| YUV | 118.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 169 | 0.54 | 0.24 | 0 | 0.34 | 206.09 | 0.37 | 0.48 |
| Hex | 4D | 81 | A9 | 36 | 18 | 0 | 22 | CE | 25 | 30 |
| Octal | 115 | 201 | 251 | 66 | 30 | 0 | 42 | 316 | 45 | 60 |
| Binary | 1001101 | 10000001 | 10101001 | 110110 | 11000 | 0 | 100010 | 11001110 | 100101 | 110000 |
Color Harmonies of #4D81A9
Complementary color
Monochromatic Colors of #4D81A9
Black with #4D81A9
Text Example
Text Example
White with #4D81A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D81A9; }
p { color: rgb(77,129,169); }
H1.HeaderClassName
{
color: #4D81A9;
}
.AnyTagClassName
{
color: #4D81A9;
}
</style>
background-color css
<style>
a { background-color: #4D81A9; }
a { background-color: rgb(77,129,169); }
div.DivClassName
{
background-color: #4D81A9;
}
.BgClassName
{
background-color: #4D81A9;
}
</style>
border-color css
<style>
span { border-color: #4D81A9; }
span { border-color: rgb(77,129,169); }
td.TdClassName
{
border-color: #4D81A9;
}
.TagClassName
{
border-color: #4D81A9;
}
</style>