Shades of Steel Blue #4E8AB3
Tints of Steel Blue #4E8AB3
RGB
CMYK
RGB Variations
Color information
#4E8AB3 (or 0x4E8AB3) is known color: Steel Blue. HEX triplet: 4E, 8A and B3. RGB value is (78,138,179). Sum of RGB (Red+Green+Blue) = 78+138+179=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #4E8AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8AB3 is #B1754C. Grayscale: #7C7C7C. Windows color (decimal): -11629901 or 11766350. OLE color: 11766350.
HSL color Cylindrical-coordinate representation of color #4E8AB3: hue angle of 204.36º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E8AB3 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 78 | 138 | 179 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.30 |
| HSL | 204.36º | 0.4% | 0.5% | - |
| HSV(B) | 204.36º | 0.56% | 0.7% | - |
| XYZ | 20.37 | 23.05 | 46.02 | - |
| YUV | 124.73 | 158.62 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 138 | 179 | 0.56 | 0.23 | 0 | 0.30 | 204.36 | 0.4 | 0.5 |
| Hex | 4E | 8A | B3 | 38 | 17 | 0 | 1E | CC | 28 | 32 |
| Octal | 116 | 212 | 263 | 70 | 27 | 0 | 36 | 314 | 50 | 62 |
| Binary | 1001110 | 10001010 | 10110011 | 111000 | 10111 | 0 | 11110 | 11001100 | 101000 | 110010 |
Color Harmonies of #4E8AB3
Complementary color
Monochromatic Colors of #4E8AB3
Black with #4E8AB3
Text Example
Text Example
White with #4E8AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8AB3; }
p { color: rgb(78,138,179); }
H1.HeaderClassName
{
color: #4E8AB3;
}
.AnyTagClassName
{
color: #4E8AB3;
}
</style>
background-color css
<style>
a { background-color: #4E8AB3; }
a { background-color: rgb(78,138,179); }
div.DivClassName
{
background-color: #4E8AB3;
}
.BgClassName
{
background-color: #4E8AB3;
}
</style>
border-color css
<style>
span { border-color: #4E8AB3; }
span { border-color: rgb(78,138,179); }
td.TdClassName
{
border-color: #4E8AB3;
}
.TagClassName
{
border-color: #4E8AB3;
}
</style>