Shades of Steel Blue #4D88BD
Tints of Steel Blue #4D88BD
RGB
CMYK
RGB Variations
Color information
#4D88BD (or 0x4D88BD) is known color: Steel Blue. HEX triplet: 4D, 88 and BD. RGB value is (77,136,189). Sum of RGB (Red+Green+Blue) = 77+136+189=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D88BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D88BD is #B27742. Grayscale: #7C7C7C. Windows color (decimal): -11695939 or 12421197. OLE color: 12421197.
HSL color Cylindrical-coordinate representation of color #4D88BD: hue angle of 208.39º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D88BD is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 136 | 189 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.26 |
| HSL | 208.39º | 0.46% | 0.52% | - |
| HSV(B) | 208.39º | 0.59% | 0.74% | - |
| XYZ | 21.05 | 22.86 | 51.45 | - |
| YUV | 124.4 | 164.45 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 189 | 0.59 | 0.28 | 0 | 0.26 | 208.39 | 0.46 | 0.52 |
| Hex | 4D | 88 | BD | 3B | 1C | 0 | 1A | D0 | 2E | 34 |
| Octal | 115 | 210 | 275 | 73 | 34 | 0 | 32 | 320 | 56 | 64 |
| Binary | 1001101 | 10001000 | 10111101 | 111011 | 11100 | 0 | 11010 | 11010000 | 101110 | 110100 |
Color Harmonies of #4D88BD
Complementary color
Monochromatic Colors of #4D88BD
Black with #4D88BD
Text Example
Text Example
White with #4D88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D88BD; }
p { color: rgb(77,136,189); }
H1.HeaderClassName
{
color: #4D88BD;
}
.AnyTagClassName
{
color: #4D88BD;
}
</style>
background-color css
<style>
a { background-color: #4D88BD; }
a { background-color: rgb(77,136,189); }
div.DivClassName
{
background-color: #4D88BD;
}
.BgClassName
{
background-color: #4D88BD;
}
</style>
border-color css
<style>
span { border-color: #4D88BD; }
span { border-color: rgb(77,136,189); }
td.TdClassName
{
border-color: #4D88BD;
}
.TagClassName
{
border-color: #4D88BD;
}
</style>