Shades of Steel Blue #4D8ABB
Tints of Steel Blue #4D8ABB
RGB
CMYK
RGB Variations
Color information
#4D8ABB (or 0x4D8ABB) is known color: Steel Blue. HEX triplet: 4D, 8A and BB. RGB value is (77,138,187). Sum of RGB (Red+Green+Blue) = 77+138+187=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D8ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8ABB is #B27544. Grayscale: #7D7D7D. Windows color (decimal): -11695429 or 12290637. OLE color: 12290637.
HSL color Cylindrical-coordinate representation of color #4D8ABB: hue angle of 206.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D8ABB is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 138 | 187 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.27 |
| HSL | 206.73º | 0.45% | 0.52% | - |
| HSV(B) | 206.73º | 0.59% | 0.73% | - |
| XYZ | 21.12 | 23.34 | 50.41 | - |
| YUV | 125.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 187 | 0.59 | 0.26 | 0 | 0.27 | 206.73 | 0.45 | 0.52 |
| Hex | 4D | 8A | BB | 3B | 1A | 0 | 1B | CF | 2D | 34 |
| Octal | 115 | 212 | 273 | 73 | 32 | 0 | 33 | 317 | 55 | 64 |
| Binary | 1001101 | 10001010 | 10111011 | 111011 | 11010 | 0 | 11011 | 11001111 | 101101 | 110100 |
Color Harmonies of #4D8ABB
Complementary color
Monochromatic Colors of #4D8ABB
Black with #4D8ABB
Text Example
Text Example
White with #4D8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8ABB; }
p { color: rgb(77,138,187); }
H1.HeaderClassName
{
color: #4D8ABB;
}
.AnyTagClassName
{
color: #4D8ABB;
}
</style>
background-color css
<style>
a { background-color: #4D8ABB; }
a { background-color: rgb(77,138,187); }
div.DivClassName
{
background-color: #4D8ABB;
}
.BgClassName
{
background-color: #4D8ABB;
}
</style>
border-color css
<style>
span { border-color: #4D8ABB; }
span { border-color: rgb(77,138,187); }
td.TdClassName
{
border-color: #4D8ABB;
}
.TagClassName
{
border-color: #4D8ABB;
}
</style>