Shades of Steel Blue #4E83BA
Tints of Steel Blue #4E83BA
RGB
CMYK
RGB Variations
Color information
#4E83BA (or 0x4E83BA) is known color: Steel Blue. HEX triplet: 4E, 83 and BA. RGB value is (78,131,186). Sum of RGB (Red+Green+Blue) = 78+131+186=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E83BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E83BA is #B17C45. Grayscale: #797979. Windows color (decimal): -11631686 or 12223310. OLE color: 12223310.
HSL color Cylindrical-coordinate representation of color #4E83BA: hue angle of 210.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E83BA is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 131 | 186 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.27 |
| HSL | 210.56º | 0.44% | 0.52% | - |
| HSV(B) | 210.56º | 0.58% | 0.73% | - |
| XYZ | 20.12 | 21.4 | 49.52 | - |
| YUV | 121.42 | 164.44 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 131 | 186 | 0.58 | 0.30 | 0 | 0.27 | 210.56 | 0.44 | 0.52 |
| Hex | 4E | 83 | BA | 3A | 1E | 0 | 1B | D3 | 2C | 34 |
| Octal | 116 | 203 | 272 | 72 | 36 | 0 | 33 | 323 | 54 | 64 |
| Binary | 1001110 | 10000011 | 10111010 | 111010 | 11110 | 0 | 11011 | 11010011 | 101100 | 110100 |
Color Harmonies of #4E83BA
Complementary color
Monochromatic Colors of #4E83BA
Black with #4E83BA
Text Example
Text Example
White with #4E83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E83BA; }
p { color: rgb(78,131,186); }
H1.HeaderClassName
{
color: #4E83BA;
}
.AnyTagClassName
{
color: #4E83BA;
}
</style>
background-color css
<style>
a { background-color: #4E83BA; }
a { background-color: rgb(78,131,186); }
div.DivClassName
{
background-color: #4E83BA;
}
.BgClassName
{
background-color: #4E83BA;
}
</style>
border-color css
<style>
span { border-color: #4E83BA; }
span { border-color: rgb(78,131,186); }
td.TdClassName
{
border-color: #4E83BA;
}
.TagClassName
{
border-color: #4E83BA;
}
</style>