Shades of Steel Blue #4D7DA2
Tints of Steel Blue #4D7DA2
RGB
CMYK
RGB Variations
Color information
#4D7DA2 (or 0x4D7DA2) is known color: Steel Blue. HEX triplet: 4D, 7D and A2. RGB value is (77,125,162). Sum of RGB (Red+Green+Blue) = 77+125+162=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 162 - color contains mainly: blue. Hex color #4D7DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7DA2 is #B2825D. Grayscale: #727272. Windows color (decimal): -11698782 or 10648909. OLE color: 10648909.
HSL color Cylindrical-coordinate representation of color #4D7DA2: hue angle of 206.12º 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 #4D7DA2 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 125 | 162 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.36 |
| HSL | 206.12º | 0.36% | 0.47% | - |
| HSV(B) | 206.12º | 0.52% | 0.64% | - |
| XYZ | 16.92 | 18.85 | 36.93 | - |
| YUV | 114.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 162 | 0.52 | 0.23 | 0 | 0.36 | 206.12 | 0.36 | 0.47 |
| Hex | 4D | 7D | A2 | 34 | 17 | 0 | 24 | CE | 24 | 2F |
| Octal | 115 | 175 | 242 | 64 | 27 | 0 | 44 | 316 | 44 | 57 |
| Binary | 1001101 | 1111101 | 10100010 | 110100 | 10111 | 0 | 100100 | 11001110 | 100100 | 101111 |
Color Harmonies of #4D7DA2
Complementary color
Monochromatic Colors of #4D7DA2
Black with #4D7DA2
Text Example
Text Example
White with #4D7DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7DA2; }
p { color: rgb(77,125,162); }
H1.HeaderClassName
{
color: #4D7DA2;
}
.AnyTagClassName
{
color: #4D7DA2;
}
</style>
background-color css
<style>
a { background-color: #4D7DA2; }
a { background-color: rgb(77,125,162); }
div.DivClassName
{
background-color: #4D7DA2;
}
.BgClassName
{
background-color: #4D7DA2;
}
</style>
border-color css
<style>
span { border-color: #4D7DA2; }
span { border-color: rgb(77,125,162); }
td.TdClassName
{
border-color: #4D7DA2;
}
.TagClassName
{
border-color: #4D7DA2;
}
</style>