Shades of Steel Blue #4E7CB7
Tints of Steel Blue #4E7CB7
RGB
CMYK
RGB Variations
Color information
#4E7CB7 (or 0x4E7CB7) is known color: Steel Blue. HEX triplet: 4E, 7C and B7. RGB value is (78,124,183). Sum of RGB (Red+Green+Blue) = 78+124+183=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 183 - color contains mainly: blue. Hex color #4E7CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7CB7 is #B18348. Grayscale: #747474. Windows color (decimal): -11633481 or 12024910. OLE color: 12024910.
HSL color Cylindrical-coordinate representation of color #4E7CB7: hue angle of 213.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E7CB7 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 78 | 124 | 183 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.28 |
| HSL | 213.71º | 0.42% | 0.51% | - |
| HSV(B) | 213.71º | 0.57% | 0.72% | - |
| XYZ | 18.9 | 19.45 | 47.56 | - |
| YUV | 116.97 | 165.26 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 124 | 183 | 0.57 | 0.32 | 0 | 0.28 | 213.71 | 0.42 | 0.51 |
| Hex | 4E | 7C | B7 | 39 | 20 | 0 | 1C | D6 | 2A | 33 |
| Octal | 116 | 174 | 267 | 71 | 40 | 0 | 34 | 326 | 52 | 63 |
| Binary | 1001110 | 1111100 | 10110111 | 111001 | 100000 | 0 | 11100 | 11010110 | 101010 | 110011 |
Color Harmonies of #4E7CB7
Complementary color
Monochromatic Colors of #4E7CB7
Black with #4E7CB7
Text Example
Text Example
White with #4E7CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7CB7; }
p { color: rgb(78,124,183); }
H1.HeaderClassName
{
color: #4E7CB7;
}
.AnyTagClassName
{
color: #4E7CB7;
}
</style>
background-color css
<style>
a { background-color: #4E7CB7; }
a { background-color: rgb(78,124,183); }
div.DivClassName
{
background-color: #4E7CB7;
}
.BgClassName
{
background-color: #4E7CB7;
}
</style>
border-color css
<style>
span { border-color: #4E7CB7; }
span { border-color: rgb(78,124,183); }
td.TdClassName
{
border-color: #4E7CB7;
}
.TagClassName
{
border-color: #4E7CB7;
}
</style>