Shades of William #4A6663
Tints of William #4A6663
RGB
CMYK
RGB Variations
Color information
#4A6663 (or 0x4A6663) is known color: William. HEX triplet: 4A, 66 and 63. RGB value is (74,102,99). Sum of RGB (Red+Green+Blue) = 74+102+99=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #4A6663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6663 is #B5999C. Grayscale: #5D5D5D. Windows color (decimal): -11901341 or 6514250. OLE color: 6514250.
HSL color Cylindrical-coordinate representation of color #4A6663: hue angle of 173.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A6663 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 74 | 102 | 99 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.6 |
| HSL | 173.57º | 0.16% | 0.35% | - |
| HSV(B) | 173.57º | 0.27% | 0.4% | - |
| XYZ | 9.83 | 11.86 | 13.58 | - |
| YUV | 93.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 99 | 0.27 | 0 | 0.03 | 0.6 | 173.57 | 0.16 | 0.35 |
| Hex | 4A | 66 | 63 | 1B | 0 | 3 | 3C | AE | 10 | 23 |
| Octal | 112 | 146 | 143 | 33 | 0 | 3 | 74 | 256 | 20 | 43 |
| Binary | 1001010 | 1100110 | 1100011 | 11011 | 0 | 11 | 111100 | 10101110 | 10000 | 100011 |
Color Harmonies of #4A6663
Complementary color
Monochromatic Colors of #4A6663
Black with #4A6663
Text Example
Text Example
White with #4A6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6663; }
p { color: rgb(74,102,99); }
H1.HeaderClassName
{
color: #4A6663;
}
.AnyTagClassName
{
color: #4A6663;
}
</style>
background-color css
<style>
a { background-color: #4A6663; }
a { background-color: rgb(74,102,99); }
div.DivClassName
{
background-color: #4A6663;
}
.BgClassName
{
background-color: #4A6663;
}
</style>
border-color css
<style>
span { border-color: #4A6663; }
span { border-color: rgb(74,102,99); }
td.TdClassName
{
border-color: #4A6663;
}
.TagClassName
{
border-color: #4A6663;
}
</style>