Shades of Steel Blue #4D7BAB
Tints of Steel Blue #4D7BAB
RGB
CMYK
RGB Variations
Color information
#4D7BAB (or 0x4D7BAB) is known color: Steel Blue. HEX triplet: 4D, 7B and AB. RGB value is (77,123,171). Sum of RGB (Red+Green+Blue) = 77+123+171=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7BAB is #B28454. Grayscale: #727272. Windows color (decimal): -11699285 or 11238221. OLE color: 11238221.
HSL color Cylindrical-coordinate representation of color #4D7BAB: hue angle of 210.64º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D7BAB is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 123 | 171 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.33 |
| HSL | 210.64º | 0.38% | 0.49% | - |
| HSV(B) | 210.64º | 0.55% | 0.67% | - |
| XYZ | 17.49 | 18.68 | 41.21 | - |
| YUV | 114.72 | 159.76 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 123 | 171 | 0.55 | 0.28 | 0 | 0.33 | 210.64 | 0.38 | 0.49 |
| Hex | 4D | 7B | AB | 37 | 1C | 0 | 21 | D3 | 26 | 31 |
| Octal | 115 | 173 | 253 | 67 | 34 | 0 | 41 | 323 | 46 | 61 |
| Binary | 1001101 | 1111011 | 10101011 | 110111 | 11100 | 0 | 100001 | 11010011 | 100110 | 110001 |
Color Harmonies of #4D7BAB
Complementary color
Monochromatic Colors of #4D7BAB
Black with #4D7BAB
Text Example
Text Example
White with #4D7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7BAB; }
p { color: rgb(77,123,171); }
H1.HeaderClassName
{
color: #4D7BAB;
}
.AnyTagClassName
{
color: #4D7BAB;
}
</style>
background-color css
<style>
a { background-color: #4D7BAB; }
a { background-color: rgb(77,123,171); }
div.DivClassName
{
background-color: #4D7BAB;
}
.BgClassName
{
background-color: #4D7BAB;
}
</style>
border-color css
<style>
span { border-color: #4D7BAB; }
span { border-color: rgb(77,123,171); }
td.TdClassName
{
border-color: #4D7BAB;
}
.TagClassName
{
border-color: #4D7BAB;
}
</style>