Shades of William #4C6460
Tints of William #4C6460
RGB
CMYK
RGB Variations
Color information
#4C6460 (or 0x4C6460) is known color: William. HEX triplet: 4C, 64 and 60. RGB value is (76,100,96). Sum of RGB (Red+Green+Blue) = 76+100+96=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 100 - color contains mainly: green. Hex color #4C6460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6460 is #B39B9F. Grayscale: #5C5C5C. Windows color (decimal): -11770784 or 6317132. OLE color: 6317132.
HSL color Cylindrical-coordinate representation of color #4C6460: hue angle of 170º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C6460 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 100 | 96 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.61 |
| HSL | 170º | 0.14% | 0.35% | - |
| HSV(B) | 170º | 0.24% | 0.39% | - |
| XYZ | 9.65 | 11.5 | 12.78 | - |
| YUV | 92.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 100 | 96 | 0.24 | 0 | 0.04 | 0.61 | 170 | 0.14 | 0.35 |
| Hex | 4C | 64 | 60 | 18 | 0 | 4 | 3D | AA | E | 23 |
| Octal | 114 | 144 | 140 | 30 | 0 | 4 | 75 | 252 | 16 | 43 |
| Binary | 1001100 | 1100100 | 1100000 | 11000 | 0 | 100 | 111101 | 10101010 | 1110 | 100011 |
Color Harmonies of #4C6460
Complementary color
Monochromatic Colors of #4C6460
Black with #4C6460
Text Example
Text Example
White with #4C6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6460; }
p { color: rgb(76,100,96); }
H1.HeaderClassName
{
color: #4C6460;
}
.AnyTagClassName
{
color: #4C6460;
}
</style>
background-color css
<style>
a { background-color: #4C6460; }
a { background-color: rgb(76,100,96); }
div.DivClassName
{
background-color: #4C6460;
}
.BgClassName
{
background-color: #4C6460;
}
</style>
border-color css
<style>
span { border-color: #4C6460; }
span { border-color: rgb(76,100,96); }
td.TdClassName
{
border-color: #4C6460;
}
.TagClassName
{
border-color: #4C6460;
}
</style>