Shades of Steel Blue #4D7CAD
Tints of Steel Blue #4D7CAD
RGB
CMYK
RGB Variations
Color information
#4D7CAD (or 0x4D7CAD) is known color: Steel Blue. HEX triplet: 4D, 7C and AD. RGB value is (77,124,173). Sum of RGB (Red+Green+Blue) = 77+124+173=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D7CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7CAD is #B28352. Grayscale: #737373. Windows color (decimal): -11699027 or 11369549. OLE color: 11369549.
HSL color Cylindrical-coordinate representation of color #4D7CAD: hue angle of 210.62º 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 #4D7CAD is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 124 | 173 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.32 |
| HSL | 210.63º | 0.38% | 0.49% | - |
| HSV(B) | 210.63º | 0.55% | 0.68% | - |
| XYZ | 17.81 | 19.01 | 42.27 | - |
| YUV | 115.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 124 | 173 | 0.55 | 0.28 | 0 | 0.32 | 210.63 | 0.38 | 0.49 |
| Hex | 4D | 7C | AD | 37 | 1C | 0 | 20 | D3 | 26 | 31 |
| Octal | 115 | 174 | 255 | 67 | 34 | 0 | 40 | 323 | 46 | 61 |
| Binary | 1001101 | 1111100 | 10101101 | 110111 | 11100 | 0 | 100000 | 11010011 | 100110 | 110001 |
Color Harmonies of #4D7CAD
Complementary color
Monochromatic Colors of #4D7CAD
Black with #4D7CAD
Text Example
Text Example
White with #4D7CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7CAD; }
p { color: rgb(77,124,173); }
H1.HeaderClassName
{
color: #4D7CAD;
}
.AnyTagClassName
{
color: #4D7CAD;
}
</style>
background-color css
<style>
a { background-color: #4D7CAD; }
a { background-color: rgb(77,124,173); }
div.DivClassName
{
background-color: #4D7CAD;
}
.BgClassName
{
background-color: #4D7CAD;
}
</style>
border-color css
<style>
span { border-color: #4D7CAD; }
span { border-color: rgb(77,124,173); }
td.TdClassName
{
border-color: #4D7CAD;
}
.TagClassName
{
border-color: #4D7CAD;
}
</style>