Shades of Steel Blue #4D8DBE
Tints of Steel Blue #4D8DBE
RGB
CMYK
RGB Variations
Color information
#4D8DBE (or 0x4D8DBE) is known color: Steel Blue. HEX triplet: 4D, 8D and BE. RGB value is (77,141,190). Sum of RGB (Red+Green+Blue) = 77+141+190=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D8DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8DBE is #B27241. Grayscale: #7F7F7F. Windows color (decimal): -11694658 or 12488013. OLE color: 12488013.
HSL color Cylindrical-coordinate representation of color #4D8DBE: hue angle of 206.02º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D8DBE is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 141 | 190 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.25 |
| HSL | 206.02º | 0.47% | 0.52% | - |
| HSV(B) | 206.02º | 0.59% | 0.75% | - |
| XYZ | 21.88 | 24.35 | 52.26 | - |
| YUV | 127.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 141 | 190 | 0.59 | 0.26 | 0 | 0.25 | 206.02 | 0.47 | 0.52 |
| Hex | 4D | 8D | BE | 3B | 1A | 0 | 19 | CE | 2F | 34 |
| Octal | 115 | 215 | 276 | 73 | 32 | 0 | 31 | 316 | 57 | 64 |
| Binary | 1001101 | 10001101 | 10111110 | 111011 | 11010 | 0 | 11001 | 11001110 | 101111 | 110100 |
Color Harmonies of #4D8DBE
Complementary color
Monochromatic Colors of #4D8DBE
Black with #4D8DBE
Text Example
Text Example
White with #4D8DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8DBE; }
p { color: rgb(77,141,190); }
H1.HeaderClassName
{
color: #4D8DBE;
}
.AnyTagClassName
{
color: #4D8DBE;
}
</style>
background-color css
<style>
a { background-color: #4D8DBE; }
a { background-color: rgb(77,141,190); }
div.DivClassName
{
background-color: #4D8DBE;
}
.BgClassName
{
background-color: #4D8DBE;
}
</style>
border-color css
<style>
span { border-color: #4D8DBE; }
span { border-color: rgb(77,141,190); }
td.TdClassName
{
border-color: #4D8DBE;
}
.TagClassName
{
border-color: #4D8DBE;
}
</style>