Shades of Steel Blue #4D8DBF
Tints of Steel Blue #4D8DBF
RGB
CMYK
RGB Variations
Color information
#4D8DBF (or 0x4D8DBF) is known color: Steel Blue. HEX triplet: 4D, 8D and BF. RGB value is (77,141,191). Sum of RGB (Red+Green+Blue) = 77+141+191=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D8DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8DBF is #B27240. Grayscale: #7F7F7F. Windows color (decimal): -11694657 or 12553549. OLE color: 12553549.
HSL color Cylindrical-coordinate representation of color #4D8DBF: hue angle of 206.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D8DBF is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 141 | 191 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.25 |
| HSL | 206.32º | 0.47% | 0.53% | - |
| HSV(B) | 206.32º | 0.6% | 0.75% | - |
| XYZ | 21.99 | 24.39 | 52.84 | - |
| YUV | 127.56 | 163.8 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 141 | 191 | 0.60 | 0.26 | 0 | 0.25 | 206.32 | 0.47 | 0.53 |
| Hex | 4D | 8D | BF | 3C | 1A | 0 | 19 | CE | 2F | 35 |
| Octal | 115 | 215 | 277 | 74 | 32 | 0 | 31 | 316 | 57 | 65 |
| Binary | 1001101 | 10001101 | 10111111 | 111100 | 11010 | 0 | 11001 | 11001110 | 101111 | 110101 |
Color Harmonies of #4D8DBF
Complementary color
Monochromatic Colors of #4D8DBF
Black with #4D8DBF
Text Example
Text Example
White with #4D8DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8DBF; }
p { color: rgb(77,141,191); }
H1.HeaderClassName
{
color: #4D8DBF;
}
.AnyTagClassName
{
color: #4D8DBF;
}
</style>
background-color css
<style>
a { background-color: #4D8DBF; }
a { background-color: rgb(77,141,191); }
div.DivClassName
{
background-color: #4D8DBF;
}
.BgClassName
{
background-color: #4D8DBF;
}
</style>
border-color css
<style>
span { border-color: #4D8DBF; }
span { border-color: rgb(77,141,191); }
td.TdClassName
{
border-color: #4D8DBF;
}
.TagClassName
{
border-color: #4D8DBF;
}
</style>