Shades of Steel Blue #4E91BD
Tints of Steel Blue #4E91BD
RGB
CMYK
RGB Variations
Color information
#4E91BD (or 0x4E91BD) is known color: Steel Blue. HEX triplet: 4E, 91 and BD. RGB value is (78,145,189). Sum of RGB (Red+Green+Blue) = 78+145+189=412 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.93% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E91BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E91BD is #B16E42. Grayscale: #818181. Windows color (decimal): -11628099 or 12423502. OLE color: 12423502.
HSL color Cylindrical-coordinate representation of color #4E91BD: hue angle of 203.78º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E91BD is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 145 | 189 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.26 |
| HSL | 203.78º | 0.46% | 0.52% | - |
| HSV(B) | 203.78º | 0.59% | 0.74% | - |
| XYZ | 22.45 | 25.54 | 51.89 | - |
| YUV | 129.98 | 161.3 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 189 | 0.59 | 0.23 | 0 | 0.26 | 203.78 | 0.46 | 0.52 |
| Hex | 4E | 91 | BD | 3B | 17 | 0 | 1A | CC | 2E | 34 |
| Octal | 116 | 221 | 275 | 73 | 27 | 0 | 32 | 314 | 56 | 64 |
| Binary | 1001110 | 10010001 | 10111101 | 111011 | 10111 | 0 | 11010 | 11001100 | 101110 | 110100 |
Color Harmonies of #4E91BD
Complementary color
Monochromatic Colors of #4E91BD
Black with #4E91BD
Text Example
Text Example
White with #4E91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E91BD; }
p { color: rgb(78,145,189); }
H1.HeaderClassName
{
color: #4E91BD;
}
.AnyTagClassName
{
color: #4E91BD;
}
</style>
background-color css
<style>
a { background-color: #4E91BD; }
a { background-color: rgb(78,145,189); }
div.DivClassName
{
background-color: #4E91BD;
}
.BgClassName
{
background-color: #4E91BD;
}
</style>
border-color css
<style>
span { border-color: #4E91BD; }
span { border-color: rgb(78,145,189); }
td.TdClassName
{
border-color: #4E91BD;
}
.TagClassName
{
border-color: #4E91BD;
}
</style>