Shades of Steel Blue #4A7FAF
Tints of Steel Blue #4A7FAF
RGB
CMYK
RGB Variations
Color information
#4A7FAF (or 0x4A7FAF) is known color: Steel Blue. HEX triplet: 4A, 7F and AF. RGB value is (74,127,175). Sum of RGB (Red+Green+Blue) = 74+127+175=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A7FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7FAF is #B58050. Grayscale: #747474. Windows color (decimal): -11894865 or 11501386. OLE color: 11501386.
HSL color Cylindrical-coordinate representation of color #4A7FAF: hue angle of 208.51º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A7FAF is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 127 | 175 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.31 |
| HSL | 208.51º | 0.41% | 0.49% | - |
| HSV(B) | 208.51º | 0.58% | 0.69% | - |
| XYZ | 18.15 | 19.73 | 43.41 | - |
| YUV | 116.63 | 160.94 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 127 | 175 | 0.58 | 0.27 | 0 | 0.31 | 208.51 | 0.41 | 0.49 |
| Hex | 4A | 7F | AF | 3A | 1B | 0 | 1F | D1 | 29 | 31 |
| Octal | 112 | 177 | 257 | 72 | 33 | 0 | 37 | 321 | 51 | 61 |
| Binary | 1001010 | 1111111 | 10101111 | 111010 | 11011 | 0 | 11111 | 11010001 | 101001 | 110001 |
Color Harmonies of #4A7FAF
Complementary color
Monochromatic Colors of #4A7FAF
Black with #4A7FAF
Text Example
Text Example
White with #4A7FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7FAF; }
p { color: rgb(74,127,175); }
H1.HeaderClassName
{
color: #4A7FAF;
}
.AnyTagClassName
{
color: #4A7FAF;
}
</style>
background-color css
<style>
a { background-color: #4A7FAF; }
a { background-color: rgb(74,127,175); }
div.DivClassName
{
background-color: #4A7FAF;
}
.BgClassName
{
background-color: #4A7FAF;
}
</style>
border-color css
<style>
span { border-color: #4A7FAF; }
span { border-color: rgb(74,127,175); }
td.TdClassName
{
border-color: #4A7FAF;
}
.TagClassName
{
border-color: #4A7FAF;
}
</style>