Shades of Steel Blue #4E8AB1
Tints of Steel Blue #4E8AB1
RGB
CMYK
RGB Variations
Color information
#4E8AB1 (or 0x4E8AB1) is known color: Steel Blue. HEX triplet: 4E, 8A and B1. RGB value is (78,138,177). Sum of RGB (Red+Green+Blue) = 78+138+177=393 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.85% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #4E8AB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8AB1 is #B1754E. Grayscale: #7C7C7C. Windows color (decimal): -11629903 or 11635278. OLE color: 11635278.
HSL color Cylindrical-coordinate representation of color #4E8AB1: hue angle of 203.64º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E8AB1 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 138 | 177 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.31 |
| HSL | 203.64º | 0.39% | 0.5% | - |
| HSV(B) | 203.64º | 0.56% | 0.69% | - |
| XYZ | 20.17 | 22.97 | 44.97 | - |
| YUV | 124.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 138 | 177 | 0.56 | 0.22 | 0 | 0.31 | 203.64 | 0.39 | 0.5 |
| Hex | 4E | 8A | B1 | 38 | 16 | 0 | 1F | CC | 27 | 32 |
| Octal | 116 | 212 | 261 | 70 | 26 | 0 | 37 | 314 | 47 | 62 |
| Binary | 1001110 | 10001010 | 10110001 | 111000 | 10110 | 0 | 11111 | 11001100 | 100111 | 110010 |
Color Harmonies of #4E8AB1
Complementary color
Monochromatic Colors of #4E8AB1
Black with #4E8AB1
Text Example
Text Example
White with #4E8AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8AB1; }
p { color: rgb(78,138,177); }
H1.HeaderClassName
{
color: #4E8AB1;
}
.AnyTagClassName
{
color: #4E8AB1;
}
</style>
background-color css
<style>
a { background-color: #4E8AB1; }
a { background-color: rgb(78,138,177); }
div.DivClassName
{
background-color: #4E8AB1;
}
.BgClassName
{
background-color: #4E8AB1;
}
</style>
border-color css
<style>
span { border-color: #4E8AB1; }
span { border-color: rgb(78,138,177); }
td.TdClassName
{
border-color: #4E8AB1;
}
.TagClassName
{
border-color: #4E8AB1;
}
</style>