Shades of Steel Blue #4D7CAE
Tints of Steel Blue #4D7CAE
RGB
CMYK
RGB Variations
Color information
#4D7CAE (or 0x4D7CAE) is known color: Steel Blue. HEX triplet: 4D, 7C and AE. RGB value is (77,124,174). Sum of RGB (Red+Green+Blue) = 77+124+174=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D7CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7CAE is #B28351. Grayscale: #737373. Windows color (decimal): -11699026 or 11435085. OLE color: 11435085.
HSL color Cylindrical-coordinate representation of color #4D7CAE: hue angle of 210.93º 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 #4D7CAE is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 124 | 174 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.32 |
| HSL | 210.93º | 0.39% | 0.49% | - |
| HSV(B) | 210.93º | 0.56% | 0.68% | - |
| XYZ | 17.91 | 19.05 | 42.78 | - |
| YUV | 115.65 | 160.93 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 124 | 174 | 0.56 | 0.29 | 0 | 0.32 | 210.93 | 0.39 | 0.49 |
| Hex | 4D | 7C | AE | 38 | 1D | 0 | 20 | D3 | 27 | 31 |
| Octal | 115 | 174 | 256 | 70 | 35 | 0 | 40 | 323 | 47 | 61 |
| Binary | 1001101 | 1111100 | 10101110 | 111000 | 11101 | 0 | 100000 | 11010011 | 100111 | 110001 |
Color Harmonies of #4D7CAE
Complementary color
Monochromatic Colors of #4D7CAE
Black with #4D7CAE
Text Example
Text Example
White with #4D7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7CAE; }
p { color: rgb(77,124,174); }
H1.HeaderClassName
{
color: #4D7CAE;
}
.AnyTagClassName
{
color: #4D7CAE;
}
</style>
background-color css
<style>
a { background-color: #4D7CAE; }
a { background-color: rgb(77,124,174); }
div.DivClassName
{
background-color: #4D7CAE;
}
.BgClassName
{
background-color: #4D7CAE;
}
</style>
border-color css
<style>
span { border-color: #4D7CAE; }
span { border-color: rgb(77,124,174); }
td.TdClassName
{
border-color: #4D7CAE;
}
.TagClassName
{
border-color: #4D7CAE;
}
</style>