Shades of Steel Blue #4E84BA
Tints of Steel Blue #4E84BA
RGB
CMYK
RGB Variations
Color information
#4E84BA (or 0x4E84BA) is known color: Steel Blue. HEX triplet: 4E, 84 and BA. RGB value is (78,132,186). Sum of RGB (Red+Green+Blue) = 78+132+186=396 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.70% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E84BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E84BA is #B17B45. Grayscale: #797979. Windows color (decimal): -11631430 or 12223566. OLE color: 12223566.
HSL color Cylindrical-coordinate representation of color #4E84BA: hue angle of 210º 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 #4E84BA is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 132 | 186 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.27 |
| HSL | 210º | 0.44% | 0.52% | - |
| HSV(B) | 210º | 0.58% | 0.73% | - |
| XYZ | 20.26 | 21.67 | 49.57 | - |
| YUV | 122.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 132 | 186 | 0.58 | 0.29 | 0 | 0.27 | 210 | 0.44 | 0.52 |
| Hex | 4E | 84 | BA | 3A | 1D | 0 | 1B | D2 | 2C | 34 |
| Octal | 116 | 204 | 272 | 72 | 35 | 0 | 33 | 322 | 54 | 64 |
| Binary | 1001110 | 10000100 | 10111010 | 111010 | 11101 | 0 | 11011 | 11010010 | 101100 | 110100 |
Color Harmonies of #4E84BA
Complementary color
Monochromatic Colors of #4E84BA
Black with #4E84BA
Text Example
Text Example
White with #4E84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E84BA; }
p { color: rgb(78,132,186); }
H1.HeaderClassName
{
color: #4E84BA;
}
.AnyTagClassName
{
color: #4E84BA;
}
</style>
background-color css
<style>
a { background-color: #4E84BA; }
a { background-color: rgb(78,132,186); }
div.DivClassName
{
background-color: #4E84BA;
}
.BgClassName
{
background-color: #4E84BA;
}
</style>
border-color css
<style>
span { border-color: #4E84BA; }
span { border-color: rgb(78,132,186); }
td.TdClassName
{
border-color: #4E84BA;
}
.TagClassName
{
border-color: #4E84BA;
}
</style>