Shades of Steel Blue #4D7DAD
Tints of Steel Blue #4D7DAD
RGB
CMYK
RGB Variations
Color information
#4D7DAD (or 0x4D7DAD) is known color: Steel Blue. HEX triplet: 4D, 7D and AD. RGB value is (77,125,173). Sum of RGB (Red+Green+Blue) = 77+125+173=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D7DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7DAD is #B28252. Grayscale: #737373. Windows color (decimal): -11698771 or 11369805. OLE color: 11369805.
HSL color Cylindrical-coordinate representation of color #4D7DAD: hue angle of 210º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D7DAD is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 125 | 173 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.32 |
| HSL | 210º | 0.38% | 0.49% | - |
| HSV(B) | 210º | 0.55% | 0.68% | - |
| XYZ | 17.94 | 19.26 | 42.31 | - |
| YUV | 116.12 | 160.1 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 173 | 0.55 | 0.28 | 0 | 0.32 | 210 | 0.38 | 0.49 |
| Hex | 4D | 7D | AD | 37 | 1C | 0 | 20 | D2 | 26 | 31 |
| Octal | 115 | 175 | 255 | 67 | 34 | 0 | 40 | 322 | 46 | 61 |
| Binary | 1001101 | 1111101 | 10101101 | 110111 | 11100 | 0 | 100000 | 11010010 | 100110 | 110001 |
Color Harmonies of #4D7DAD
Complementary color
Monochromatic Colors of #4D7DAD
Black with #4D7DAD
Text Example
Text Example
White with #4D7DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7DAD; }
p { color: rgb(77,125,173); }
H1.HeaderClassName
{
color: #4D7DAD;
}
.AnyTagClassName
{
color: #4D7DAD;
}
</style>
background-color css
<style>
a { background-color: #4D7DAD; }
a { background-color: rgb(77,125,173); }
div.DivClassName
{
background-color: #4D7DAD;
}
.BgClassName
{
background-color: #4D7DAD;
}
</style>
border-color css
<style>
span { border-color: #4D7DAD; }
span { border-color: rgb(77,125,173); }
td.TdClassName
{
border-color: #4D7DAD;
}
.TagClassName
{
border-color: #4D7DAD;
}
</style>