Shades of Steel Blue #4D7AAC
Tints of Steel Blue #4D7AAC
RGB
CMYK
RGB Variations
Color information
#4D7AAC (or 0x4D7AAC) is known color: Steel Blue. HEX triplet: 4D, 7A and AC. RGB value is (77,122,172). Sum of RGB (Red+Green+Blue) = 77+122+172=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D7AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7AAC is #B28553. Grayscale: #717171. Windows color (decimal): -11699540 or 11303501. OLE color: 11303501.
HSL color Cylindrical-coordinate representation of color #4D7AAC: hue angle of 211.58º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D7AAC is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 122 | 172 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.33 |
| HSL | 211.58º | 0.38% | 0.49% | - |
| HSV(B) | 211.58º | 0.55% | 0.67% | - |
| XYZ | 17.47 | 18.48 | 41.68 | - |
| YUV | 114.25 | 160.59 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 122 | 172 | 0.55 | 0.29 | 0 | 0.33 | 211.58 | 0.38 | 0.49 |
| Hex | 4D | 7A | AC | 37 | 1D | 0 | 21 | D4 | 26 | 31 |
| Octal | 115 | 172 | 254 | 67 | 35 | 0 | 41 | 324 | 46 | 61 |
| Binary | 1001101 | 1111010 | 10101100 | 110111 | 11101 | 0 | 100001 | 11010100 | 100110 | 110001 |
Color Harmonies of #4D7AAC
Complementary color
Monochromatic Colors of #4D7AAC
Black with #4D7AAC
Text Example
Text Example
White with #4D7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7AAC; }
p { color: rgb(77,122,172); }
H1.HeaderClassName
{
color: #4D7AAC;
}
.AnyTagClassName
{
color: #4D7AAC;
}
</style>
background-color css
<style>
a { background-color: #4D7AAC; }
a { background-color: rgb(77,122,172); }
div.DivClassName
{
background-color: #4D7AAC;
}
.BgClassName
{
background-color: #4D7AAC;
}
</style>
border-color css
<style>
span { border-color: #4D7AAC; }
span { border-color: rgb(77,122,172); }
td.TdClassName
{
border-color: #4D7AAC;
}
.TagClassName
{
border-color: #4D7AAC;
}
</style>