Shades of Steel Blue #4D81AB
Tints of Steel Blue #4D81AB
RGB
CMYK
RGB Variations
Color information
#4D81AB (or 0x4D81AB) is known color: Steel Blue. HEX triplet: 4D, 81 and AB. RGB value is (77,129,171). Sum of RGB (Red+Green+Blue) = 77+129+171=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D81AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D81AB is #B27E54. Grayscale: #767676. Windows color (decimal): -11697749 or 11239757. OLE color: 11239757.
HSL color Cylindrical-coordinate representation of color #4D81AB: hue angle of 206.81º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D81AB is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 129 | 171 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.33 |
| HSL | 206.81º | 0.38% | 0.49% | - |
| HSV(B) | 206.81º | 0.55% | 0.67% | - |
| XYZ | 18.26 | 20.22 | 41.47 | - |
| YUV | 118.24 | 157.77 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 171 | 0.55 | 0.25 | 0 | 0.33 | 206.81 | 0.38 | 0.49 |
| Hex | 4D | 81 | AB | 37 | 19 | 0 | 21 | CF | 26 | 31 |
| Octal | 115 | 201 | 253 | 67 | 31 | 0 | 41 | 317 | 46 | 61 |
| Binary | 1001101 | 10000001 | 10101011 | 110111 | 11001 | 0 | 100001 | 11001111 | 100110 | 110001 |
Color Harmonies of #4D81AB
Complementary color
Monochromatic Colors of #4D81AB
Black with #4D81AB
Text Example
Text Example
White with #4D81AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D81AB; }
p { color: rgb(77,129,171); }
H1.HeaderClassName
{
color: #4D81AB;
}
.AnyTagClassName
{
color: #4D81AB;
}
</style>
background-color css
<style>
a { background-color: #4D81AB; }
a { background-color: rgb(77,129,171); }
div.DivClassName
{
background-color: #4D81AB;
}
.BgClassName
{
background-color: #4D81AB;
}
</style>
border-color css
<style>
span { border-color: #4D81AB; }
span { border-color: rgb(77,129,171); }
td.TdClassName
{
border-color: #4D81AB;
}
.TagClassName
{
border-color: #4D81AB;
}
</style>