Shades of Steel Blue #4D8BBB
Tints of Steel Blue #4D8BBB
RGB
CMYK
RGB Variations
Color information
#4D8BBB (or 0x4D8BBB) is known color: Steel Blue. HEX triplet: 4D, 8B and BB. RGB value is (77,139,187). Sum of RGB (Red+Green+Blue) = 77+139+187=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D8BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8BBB is #B27444. Grayscale: #7D7D7D. Windows color (decimal): -11695173 or 12290893. OLE color: 12290893.
HSL color Cylindrical-coordinate representation of color #4D8BBB: hue angle of 206.18º 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 #4D8BBB is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 139 | 187 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.27 |
| HSL | 206.18º | 0.45% | 0.52% | - |
| HSV(B) | 206.18º | 0.59% | 0.73% | - |
| XYZ | 21.26 | 23.63 | 50.45 | - |
| YUV | 125.93 | 162.46 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 139 | 187 | 0.59 | 0.26 | 0 | 0.27 | 206.18 | 0.45 | 0.52 |
| Hex | 4D | 8B | BB | 3B | 1A | 0 | 1B | CE | 2D | 34 |
| Octal | 115 | 213 | 273 | 73 | 32 | 0 | 33 | 316 | 55 | 64 |
| Binary | 1001101 | 10001011 | 10111011 | 111011 | 11010 | 0 | 11011 | 11001110 | 101101 | 110100 |
Color Harmonies of #4D8BBB
Complementary color
Monochromatic Colors of #4D8BBB
Black with #4D8BBB
Text Example
Text Example
White with #4D8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8BBB; }
p { color: rgb(77,139,187); }
H1.HeaderClassName
{
color: #4D8BBB;
}
.AnyTagClassName
{
color: #4D8BBB;
}
</style>
background-color css
<style>
a { background-color: #4D8BBB; }
a { background-color: rgb(77,139,187); }
div.DivClassName
{
background-color: #4D8BBB;
}
.BgClassName
{
background-color: #4D8BBB;
}
</style>
border-color css
<style>
span { border-color: #4D8BBB; }
span { border-color: rgb(77,139,187); }
td.TdClassName
{
border-color: #4D8BBB;
}
.TagClassName
{
border-color: #4D8BBB;
}
</style>