Shades of William #4B6866
Tints of William #4B6866
RGB
CMYK
RGB Variations
Color information
#4B6866 (or 0x4B6866) is known color: William. HEX triplet: 4B, 68 and 66. RGB value is (75,104,102). Sum of RGB (Red+Green+Blue) = 75+104+102=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 104 - color contains mainly: green. Hex color #4B6866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6866 is #B49799. Grayscale: #5F5F5F. Windows color (decimal): -11835290 or 6711371. OLE color: 6711371.
HSL color Cylindrical-coordinate representation of color #4B6866: hue angle of 175.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B6866 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 104 | 102 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.59 |
| HSL | 175.86º | 0.16% | 0.35% | - |
| HSV(B) | 175.86º | 0.28% | 0.41% | - |
| XYZ | 10.25 | 12.36 | 14.42 | - |
| YUV | 95.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 104 | 102 | 0.28 | 0 | 0.02 | 0.59 | 175.86 | 0.16 | 0.35 |
| Hex | 4B | 68 | 66 | 1C | 0 | 2 | 3B | B0 | 10 | 23 |
| Octal | 113 | 150 | 146 | 34 | 0 | 2 | 73 | 260 | 20 | 43 |
| Binary | 1001011 | 1101000 | 1100110 | 11100 | 0 | 10 | 111011 | 10110000 | 10000 | 100011 |
Color Harmonies of #4B6866
Complementary color
Monochromatic Colors of #4B6866
Black with #4B6866
Text Example
Text Example
White with #4B6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6866; }
p { color: rgb(75,104,102); }
H1.HeaderClassName
{
color: #4B6866;
}
.AnyTagClassName
{
color: #4B6866;
}
</style>
background-color css
<style>
a { background-color: #4B6866; }
a { background-color: rgb(75,104,102); }
div.DivClassName
{
background-color: #4B6866;
}
.BgClassName
{
background-color: #4B6866;
}
</style>
border-color css
<style>
span { border-color: #4B6866; }
span { border-color: rgb(75,104,102); }
td.TdClassName
{
border-color: #4B6866;
}
.TagClassName
{
border-color: #4B6866;
}
</style>