Shades of Steel Blue #4D7BAA
Tints of Steel Blue #4D7BAA
RGB
CMYK
RGB Variations
Color information
#4D7BAA (or 0x4D7BAA) is known color: Steel Blue. HEX triplet: 4D, 7B and AA. RGB value is (77,123,170). Sum of RGB (Red+Green+Blue) = 77+123+170=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7BAA is #B28455. Grayscale: #727272. Windows color (decimal): -11699286 or 11172685. OLE color: 11172685.
HSL color Cylindrical-coordinate representation of color #4D7BAA: hue angle of 210.32º 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 #4D7BAA is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 123 | 170 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.33 |
| HSL | 210.32º | 0.38% | 0.48% | - |
| HSV(B) | 210.32º | 0.55% | 0.67% | - |
| XYZ | 17.4 | 18.65 | 40.71 | - |
| YUV | 114.6 | 159.26 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 123 | 170 | 0.55 | 0.28 | 0 | 0.33 | 210.32 | 0.38 | 0.48 |
| Hex | 4D | 7B | AA | 37 | 1C | 0 | 21 | D2 | 26 | 30 |
| Octal | 115 | 173 | 252 | 67 | 34 | 0 | 41 | 322 | 46 | 60 |
| Binary | 1001101 | 1111011 | 10101010 | 110111 | 11100 | 0 | 100001 | 11010010 | 100110 | 110000 |
Color Harmonies of #4D7BAA
Complementary color
Monochromatic Colors of #4D7BAA
Black with #4D7BAA
Text Example
Text Example
White with #4D7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7BAA; }
p { color: rgb(77,123,170); }
H1.HeaderClassName
{
color: #4D7BAA;
}
.AnyTagClassName
{
color: #4D7BAA;
}
</style>
background-color css
<style>
a { background-color: #4D7BAA; }
a { background-color: rgb(77,123,170); }
div.DivClassName
{
background-color: #4D7BAA;
}
.BgClassName
{
background-color: #4D7BAA;
}
</style>
border-color css
<style>
span { border-color: #4D7BAA; }
span { border-color: rgb(77,123,170); }
td.TdClassName
{
border-color: #4D7BAA;
}
.TagClassName
{
border-color: #4D7BAA;
}
</style>