Shades of William #4A6E6D
Tints of William #4A6E6D
RGB
CMYK
RGB Variations
Color information
#4A6E6D (or 0x4A6E6D) is known color: William. HEX triplet: 4A, 6E and 6D. RGB value is (74,110,109). Sum of RGB (Red+Green+Blue) = 74+110+109=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 110 - color contains mainly: green. Hex color #4A6E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6E6D is #B59192. Grayscale: #636363. Windows color (decimal): -11899283 or 7171658. OLE color: 7171658.
HSL color Cylindrical-coordinate representation of color #4A6E6D: hue angle of 178.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A6E6D is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 110 | 109 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.57 |
| HSL | 178.33º | 0.2% | 0.36% | - |
| HSV(B) | 178.33º | 0.33% | 0.43% | - |
| XYZ | 11.16 | 13.71 | 16.53 | - |
| YUV | 99.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 110 | 109 | 0.33 | 0 | 0.01 | 0.57 | 178.33 | 0.2 | 0.36 |
| Hex | 4A | 6E | 6D | 21 | 0 | 1 | 39 | B2 | 14 | 24 |
| Octal | 112 | 156 | 155 | 41 | 0 | 1 | 71 | 262 | 24 | 44 |
| Binary | 1001010 | 1101110 | 1101101 | 100001 | 0 | 1 | 111001 | 10110010 | 10100 | 100100 |
Color Harmonies of #4A6E6D
Complementary color
Monochromatic Colors of #4A6E6D
Black with #4A6E6D
Text Example
Text Example
White with #4A6E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6E6D; }
p { color: rgb(74,110,109); }
H1.HeaderClassName
{
color: #4A6E6D;
}
.AnyTagClassName
{
color: #4A6E6D;
}
</style>
background-color css
<style>
a { background-color: #4A6E6D; }
a { background-color: rgb(74,110,109); }
div.DivClassName
{
background-color: #4A6E6D;
}
.BgClassName
{
background-color: #4A6E6D;
}
</style>
border-color css
<style>
span { border-color: #4A6E6D; }
span { border-color: rgb(74,110,109); }
td.TdClassName
{
border-color: #4A6E6D;
}
.TagClassName
{
border-color: #4A6E6D;
}
</style>