Shades of Steel Blue #4D7CA2
Tints of Steel Blue #4D7CA2
RGB
CMYK
RGB Variations
Color information
#4D7CA2 (or 0x4D7CA2) is known color: Steel Blue. HEX triplet: 4D, 7C and A2. RGB value is (77,124,162). Sum of RGB (Red+Green+Blue) = 77+124+162=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 162 - color contains mainly: blue. Hex color #4D7CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7CA2 is #B2835D. Grayscale: #727272. Windows color (decimal): -11699038 or 10648653. OLE color: 10648653.
HSL color Cylindrical-coordinate representation of color #4D7CA2: hue angle of 206.82º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D7CA2 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 124 | 162 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.36 |
| HSL | 206.82º | 0.36% | 0.47% | - |
| HSV(B) | 206.82º | 0.52% | 0.64% | - |
| XYZ | 16.79 | 18.6 | 36.89 | - |
| YUV | 114.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 124 | 162 | 0.52 | 0.23 | 0 | 0.36 | 206.82 | 0.36 | 0.47 |
| Hex | 4D | 7C | A2 | 34 | 17 | 0 | 24 | CF | 24 | 2F |
| Octal | 115 | 174 | 242 | 64 | 27 | 0 | 44 | 317 | 44 | 57 |
| Binary | 1001101 | 1111100 | 10100010 | 110100 | 10111 | 0 | 100100 | 11001111 | 100100 | 101111 |
Color Harmonies of #4D7CA2
Complementary color
Monochromatic Colors of #4D7CA2
Black with #4D7CA2
Text Example
Text Example
White with #4D7CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7CA2; }
p { color: rgb(77,124,162); }
H1.HeaderClassName
{
color: #4D7CA2;
}
.AnyTagClassName
{
color: #4D7CA2;
}
</style>
background-color css
<style>
a { background-color: #4D7CA2; }
a { background-color: rgb(77,124,162); }
div.DivClassName
{
background-color: #4D7CA2;
}
.BgClassName
{
background-color: #4D7CA2;
}
</style>
border-color css
<style>
span { border-color: #4D7CA2; }
span { border-color: rgb(77,124,162); }
td.TdClassName
{
border-color: #4D7CA2;
}
.TagClassName
{
border-color: #4D7CA2;
}
</style>