Shades of Steel Blue #4D7AAA
Tints of Steel Blue #4D7AAA
RGB
CMYK
RGB Variations
Color information
#4D7AAA (or 0x4D7AAA) is known color: Steel Blue. HEX triplet: 4D, 7A and AA. RGB value is (77,122,170). Sum of RGB (Red+Green+Blue) = 77+122+170=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D7AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7AAA is #B28555. Grayscale: #717171. Windows color (decimal): -11699542 or 11172429. OLE color: 11172429.
HSL color Cylindrical-coordinate representation of color #4D7AAA: hue angle of 210.97º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D7AAA is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 122 | 170 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.33 |
| HSL | 210.97º | 0.38% | 0.48% | - |
| HSV(B) | 210.97º | 0.55% | 0.67% | - |
| XYZ | 17.28 | 18.4 | 40.67 | - |
| YUV | 114.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 122 | 170 | 0.55 | 0.28 | 0 | 0.33 | 210.97 | 0.38 | 0.48 |
| Hex | 4D | 7A | AA | 37 | 1C | 0 | 21 | D3 | 26 | 30 |
| Octal | 115 | 172 | 252 | 67 | 34 | 0 | 41 | 323 | 46 | 60 |
| Binary | 1001101 | 1111010 | 10101010 | 110111 | 11100 | 0 | 100001 | 11010011 | 100110 | 110000 |
Color Harmonies of #4D7AAA
Complementary color
Monochromatic Colors of #4D7AAA
Black with #4D7AAA
Text Example
Text Example
White with #4D7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7AAA; }
p { color: rgb(77,122,170); }
H1.HeaderClassName
{
color: #4D7AAA;
}
.AnyTagClassName
{
color: #4D7AAA;
}
</style>
background-color css
<style>
a { background-color: #4D7AAA; }
a { background-color: rgb(77,122,170); }
div.DivClassName
{
background-color: #4D7AAA;
}
.BgClassName
{
background-color: #4D7AAA;
}
</style>
border-color css
<style>
span { border-color: #4D7AAA; }
span { border-color: rgb(77,122,170); }
td.TdClassName
{
border-color: #4D7AAA;
}
.TagClassName
{
border-color: #4D7AAA;
}
</style>