Shades of Steel Blue #4D88AC
Tints of Steel Blue #4D88AC
RGB
CMYK
RGB Variations
Color information
#4D88AC (or 0x4D88AC) is known color: Steel Blue. HEX triplet: 4D, 88 and AC. RGB value is (77,136,172). Sum of RGB (Red+Green+Blue) = 77+136+172=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D88AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D88AC is #B27753. Grayscale: #7A7A7A. Windows color (decimal): -11695956 or 11307085. OLE color: 11307085.
HSL color Cylindrical-coordinate representation of color #4D88AC: hue angle of 202.74º 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 #4D88AC is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 136 | 172 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.33 |
| HSL | 202.74º | 0.38% | 0.49% | - |
| HSV(B) | 202.74º | 0.55% | 0.67% | - |
| XYZ | 19.31 | 22.16 | 42.29 | - |
| YUV | 122.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 172 | 0.55 | 0.21 | 0 | 0.33 | 202.74 | 0.38 | 0.49 |
| Hex | 4D | 88 | AC | 37 | 15 | 0 | 21 | CB | 26 | 31 |
| Octal | 115 | 210 | 254 | 67 | 25 | 0 | 41 | 313 | 46 | 61 |
| Binary | 1001101 | 10001000 | 10101100 | 110111 | 10101 | 0 | 100001 | 11001011 | 100110 | 110001 |
Color Harmonies of #4D88AC
Complementary color
Monochromatic Colors of #4D88AC
Black with #4D88AC
Text Example
Text Example
White with #4D88AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D88AC; }
p { color: rgb(77,136,172); }
H1.HeaderClassName
{
color: #4D88AC;
}
.AnyTagClassName
{
color: #4D88AC;
}
</style>
background-color css
<style>
a { background-color: #4D88AC; }
a { background-color: rgb(77,136,172); }
div.DivClassName
{
background-color: #4D88AC;
}
.BgClassName
{
background-color: #4D88AC;
}
</style>
border-color css
<style>
span { border-color: #4D88AC; }
span { border-color: rgb(77,136,172); }
td.TdClassName
{
border-color: #4D88AC;
}
.TagClassName
{
border-color: #4D88AC;
}
</style>