Shades of Steel Blue #4E76AF
Tints of Steel Blue #4E76AF
RGB
CMYK
RGB Variations
Color information
#4E76AF (or 0x4E76AF) is known color: Steel Blue. HEX triplet: 4E, 76 and AF. RGB value is (78,118,175). Sum of RGB (Red+Green+Blue) = 78+118+175=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E76AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E76AF is #B18950. Grayscale: #707070. Windows color (decimal): -11635025 or 11499086. OLE color: 11499086.
HSL color Cylindrical-coordinate representation of color #4E76AF: hue angle of 215.26º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E76AF is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 118 | 175 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.31 |
| HSL | 215.26º | 0.38% | 0.5% | - |
| HSV(B) | 215.26º | 0.55% | 0.69% | - |
| XYZ | 17.36 | 17.67 | 43.05 | - |
| YUV | 112.54 | 163.25 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 175 | 0.55 | 0.33 | 0 | 0.31 | 215.26 | 0.38 | 0.5 |
| Hex | 4E | 76 | AF | 37 | 21 | 0 | 1F | D7 | 26 | 32 |
| Octal | 116 | 166 | 257 | 67 | 41 | 0 | 37 | 327 | 46 | 62 |
| Binary | 1001110 | 1110110 | 10101111 | 110111 | 100001 | 0 | 11111 | 11010111 | 100110 | 110010 |
Color Harmonies of #4E76AF
Complementary color
Monochromatic Colors of #4E76AF
Black with #4E76AF
Text Example
Text Example
White with #4E76AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E76AF; }
p { color: rgb(78,118,175); }
H1.HeaderClassName
{
color: #4E76AF;
}
.AnyTagClassName
{
color: #4E76AF;
}
</style>
background-color css
<style>
a { background-color: #4E76AF; }
a { background-color: rgb(78,118,175); }
div.DivClassName
{
background-color: #4E76AF;
}
.BgClassName
{
background-color: #4E76AF;
}
</style>
border-color css
<style>
span { border-color: #4E76AF; }
span { border-color: rgb(78,118,175); }
td.TdClassName
{
border-color: #4E76AF;
}
.TagClassName
{
border-color: #4E76AF;
}
</style>