Shades of Steel Blue #4D7FAB
Tints of Steel Blue #4D7FAB
RGB
CMYK
RGB Variations
Color information
#4D7FAB (or 0x4D7FAB) is known color: Steel Blue. HEX triplet: 4D, 7F and AB. RGB value is (77,127,171). Sum of RGB (Red+Green+Blue) = 77+127+171=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D7FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7FAB is #B28054. Grayscale: #747474. Windows color (decimal): -11698261 or 11239245. OLE color: 11239245.
HSL color Cylindrical-coordinate representation of color #4D7FAB: hue angle of 208.09º 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 #4D7FAB is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 127 | 171 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.33 |
| HSL | 208.09º | 0.38% | 0.49% | - |
| HSV(B) | 208.09º | 0.55% | 0.67% | - |
| XYZ | 18 | 19.7 | 41.38 | - |
| YUV | 117.07 | 158.44 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 127 | 171 | 0.55 | 0.26 | 0 | 0.33 | 208.09 | 0.38 | 0.49 |
| Hex | 4D | 7F | AB | 37 | 1A | 0 | 21 | D0 | 26 | 31 |
| Octal | 115 | 177 | 253 | 67 | 32 | 0 | 41 | 320 | 46 | 61 |
| Binary | 1001101 | 1111111 | 10101011 | 110111 | 11010 | 0 | 100001 | 11010000 | 100110 | 110001 |
Color Harmonies of #4D7FAB
Complementary color
Monochromatic Colors of #4D7FAB
Black with #4D7FAB
Text Example
Text Example
White with #4D7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7FAB; }
p { color: rgb(77,127,171); }
H1.HeaderClassName
{
color: #4D7FAB;
}
.AnyTagClassName
{
color: #4D7FAB;
}
</style>
background-color css
<style>
a { background-color: #4D7FAB; }
a { background-color: rgb(77,127,171); }
div.DivClassName
{
background-color: #4D7FAB;
}
.BgClassName
{
background-color: #4D7FAB;
}
</style>
border-color css
<style>
span { border-color: #4D7FAB; }
span { border-color: rgb(77,127,171); }
td.TdClassName
{
border-color: #4D7FAB;
}
.TagClassName
{
border-color: #4D7FAB;
}
</style>