Shades of Steel Blue #4D7DAE
Tints of Steel Blue #4D7DAE
RGB
CMYK
RGB Variations
Color information
#4D7DAE (or 0x4D7DAE) is known color: Steel Blue. HEX triplet: 4D, 7D and AE. RGB value is (77,125,174). Sum of RGB (Red+Green+Blue) = 77+125+174=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D7DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7DAE is #B28251. Grayscale: #737373. Windows color (decimal): -11698770 or 11435341. OLE color: 11435341.
HSL color Cylindrical-coordinate representation of color #4D7DAE: hue angle of 210.31º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D7DAE is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 125 | 174 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.32 |
| HSL | 210.31º | 0.39% | 0.49% | - |
| HSV(B) | 210.31º | 0.56% | 0.68% | - |
| XYZ | 18.03 | 19.3 | 42.82 | - |
| YUV | 116.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 174 | 0.56 | 0.28 | 0 | 0.32 | 210.31 | 0.39 | 0.49 |
| Hex | 4D | 7D | AE | 38 | 1C | 0 | 20 | D2 | 27 | 31 |
| Octal | 115 | 175 | 256 | 70 | 34 | 0 | 40 | 322 | 47 | 61 |
| Binary | 1001101 | 1111101 | 10101110 | 111000 | 11100 | 0 | 100000 | 11010010 | 100111 | 110001 |
Color Harmonies of #4D7DAE
Complementary color
Monochromatic Colors of #4D7DAE
Black with #4D7DAE
Text Example
Text Example
White with #4D7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7DAE; }
p { color: rgb(77,125,174); }
H1.HeaderClassName
{
color: #4D7DAE;
}
.AnyTagClassName
{
color: #4D7DAE;
}
</style>
background-color css
<style>
a { background-color: #4D7DAE; }
a { background-color: rgb(77,125,174); }
div.DivClassName
{
background-color: #4D7DAE;
}
.BgClassName
{
background-color: #4D7DAE;
}
</style>
border-color css
<style>
span { border-color: #4D7DAE; }
span { border-color: rgb(77,125,174); }
td.TdClassName
{
border-color: #4D7DAE;
}
.TagClassName
{
border-color: #4D7DAE;
}
</style>