Shades of Steel Blue #4C7DAC
Tints of Steel Blue #4C7DAC
RGB
CMYK
RGB Variations
Color information
#4C7DAC (or 0x4C7DAC) is known color: Steel Blue. HEX triplet: 4C, 7D and AC. RGB value is (76,125,172). Sum of RGB (Red+Green+Blue) = 76+125+172=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C7DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7DAC is #B38253. Grayscale: #737373. Windows color (decimal): -11764308 or 11304268. OLE color: 11304268.
HSL color Cylindrical-coordinate representation of color #4C7DAC: hue angle of 209.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C7DAC is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 125 | 172 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.33 |
| HSL | 209.38º | 0.39% | 0.49% | - |
| HSV(B) | 209.38º | 0.56% | 0.67% | - |
| XYZ | 17.76 | 19.18 | 41.8 | - |
| YUV | 115.71 | 159.77 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 125 | 172 | 0.56 | 0.27 | 0 | 0.33 | 209.38 | 0.39 | 0.49 |
| Hex | 4C | 7D | AC | 38 | 1B | 0 | 21 | D1 | 27 | 31 |
| Octal | 114 | 175 | 254 | 70 | 33 | 0 | 41 | 321 | 47 | 61 |
| Binary | 1001100 | 1111101 | 10101100 | 111000 | 11011 | 0 | 100001 | 11010001 | 100111 | 110001 |
Color Harmonies of #4C7DAC
Complementary color
Monochromatic Colors of #4C7DAC
Black with #4C7DAC
Text Example
Text Example
White with #4C7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7DAC; }
p { color: rgb(76,125,172); }
H1.HeaderClassName
{
color: #4C7DAC;
}
.AnyTagClassName
{
color: #4C7DAC;
}
</style>
background-color css
<style>
a { background-color: #4C7DAC; }
a { background-color: rgb(76,125,172); }
div.DivClassName
{
background-color: #4C7DAC;
}
.BgClassName
{
background-color: #4C7DAC;
}
</style>
border-color css
<style>
span { border-color: #4C7DAC; }
span { border-color: rgb(76,125,172); }
td.TdClassName
{
border-color: #4C7DAC;
}
.TagClassName
{
border-color: #4C7DAC;
}
</style>