Shades of Steel Blue #4D8ABE
Tints of Steel Blue #4D8ABE
RGB
CMYK
RGB Variations
Color information
#4D8ABE (or 0x4D8ABE) is known color: Steel Blue. HEX triplet: 4D, 8A and BE. RGB value is (77,138,190). Sum of RGB (Red+Green+Blue) = 77+138+190=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D8ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8ABE is #B27541. Grayscale: #7D7D7D. Windows color (decimal): -11695426 or 12487245. OLE color: 12487245.
HSL color Cylindrical-coordinate representation of color #4D8ABE: hue angle of 207.61º 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 #4D8ABE is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 138 | 190 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.25 |
| HSL | 207.61º | 0.47% | 0.52% | - |
| HSV(B) | 207.61º | 0.59% | 0.75% | - |
| XYZ | 21.44 | 23.47 | 52.12 | - |
| YUV | 125.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 190 | 0.59 | 0.27 | 0 | 0.25 | 207.61 | 0.47 | 0.52 |
| Hex | 4D | 8A | BE | 3B | 1B | 0 | 19 | D0 | 2F | 34 |
| Octal | 115 | 212 | 276 | 73 | 33 | 0 | 31 | 320 | 57 | 64 |
| Binary | 1001101 | 10001010 | 10111110 | 111011 | 11011 | 0 | 11001 | 11010000 | 101111 | 110100 |
Color Harmonies of #4D8ABE
Complementary color
Monochromatic Colors of #4D8ABE
Black with #4D8ABE
Text Example
Text Example
White with #4D8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8ABE; }
p { color: rgb(77,138,190); }
H1.HeaderClassName
{
color: #4D8ABE;
}
.AnyTagClassName
{
color: #4D8ABE;
}
</style>
background-color css
<style>
a { background-color: #4D8ABE; }
a { background-color: rgb(77,138,190); }
div.DivClassName
{
background-color: #4D8ABE;
}
.BgClassName
{
background-color: #4D8ABE;
}
</style>
border-color css
<style>
span { border-color: #4D8ABE; }
span { border-color: rgb(77,138,190); }
td.TdClassName
{
border-color: #4D8ABE;
}
.TagClassName
{
border-color: #4D8ABE;
}
</style>