Shades of Steel Blue #4B7AAF
Tints of Steel Blue #4B7AAF
RGB
CMYK
RGB Variations
Color information
#4B7AAF (or 0x4B7AAF) is known color: Steel Blue. HEX triplet: 4B, 7A and AF. RGB value is (75,122,175). Sum of RGB (Red+Green+Blue) = 75+122+175=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B7AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7AAF is #B48550. Grayscale: #717171. Windows color (decimal): -11830609 or 11500107. OLE color: 11500107.
HSL color Cylindrical-coordinate representation of color #4B7AAF: hue angle of 211.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B7AAF is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 122 | 175 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.31 |
| HSL | 211.8º | 0.4% | 0.49% | - |
| HSV(B) | 211.8º | 0.57% | 0.69% | - |
| XYZ | 17.6 | 18.51 | 43.2 | - |
| YUV | 113.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 122 | 175 | 0.57 | 0.30 | 0 | 0.31 | 211.8 | 0.4 | 0.49 |
| Hex | 4B | 7A | AF | 39 | 1E | 0 | 1F | D4 | 28 | 31 |
| Octal | 113 | 172 | 257 | 71 | 36 | 0 | 37 | 324 | 50 | 61 |
| Binary | 1001011 | 1111010 | 10101111 | 111001 | 11110 | 0 | 11111 | 11010100 | 101000 | 110001 |
Color Harmonies of #4B7AAF
Complementary color
Monochromatic Colors of #4B7AAF
Black with #4B7AAF
Text Example
Text Example
White with #4B7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7AAF; }
p { color: rgb(75,122,175); }
H1.HeaderClassName
{
color: #4B7AAF;
}
.AnyTagClassName
{
color: #4B7AAF;
}
</style>
background-color css
<style>
a { background-color: #4B7AAF; }
a { background-color: rgb(75,122,175); }
div.DivClassName
{
background-color: #4B7AAF;
}
.BgClassName
{
background-color: #4B7AAF;
}
</style>
border-color css
<style>
span { border-color: #4B7AAF; }
span { border-color: rgb(75,122,175); }
td.TdClassName
{
border-color: #4B7AAF;
}
.TagClassName
{
border-color: #4B7AAF;
}
</style>