Shades of William #4B6F6C
Tints of William #4B6F6C
RGB
CMYK
RGB Variations
Color information
#4B6F6C (or 0x4B6F6C) is known color: William. HEX triplet: 4B, 6F and 6C. RGB value is (75,111,108). Sum of RGB (Red+Green+Blue) = 75+111+108=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 111 - color contains mainly: green. Hex color #4B6F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6F6C is #B49093. Grayscale: #636363. Windows color (decimal): -11833492 or 7106379. OLE color: 7106379.
HSL color Cylindrical-coordinate representation of color #4B6F6C: hue angle of 175º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B6F6C is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 111 | 108 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.56 |
| HSL | 175º | 0.19% | 0.36% | - |
| HSV(B) | 175º | 0.32% | 0.44% | - |
| XYZ | 11.29 | 13.95 | 16.28 | - |
| YUV | 99.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 111 | 108 | 0.32 | 0 | 0.03 | 0.56 | 175 | 0.19 | 0.36 |
| Hex | 4B | 6F | 6C | 20 | 0 | 3 | 38 | AF | 13 | 24 |
| Octal | 113 | 157 | 154 | 40 | 0 | 3 | 70 | 257 | 23 | 44 |
| Binary | 1001011 | 1101111 | 1101100 | 100000 | 0 | 11 | 111000 | 10101111 | 10011 | 100100 |
Color Harmonies of #4B6F6C
Complementary color
Monochromatic Colors of #4B6F6C
Black with #4B6F6C
Text Example
Text Example
White with #4B6F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6F6C; }
p { color: rgb(75,111,108); }
H1.HeaderClassName
{
color: #4B6F6C;
}
.AnyTagClassName
{
color: #4B6F6C;
}
</style>
background-color css
<style>
a { background-color: #4B6F6C; }
a { background-color: rgb(75,111,108); }
div.DivClassName
{
background-color: #4B6F6C;
}
.BgClassName
{
background-color: #4B6F6C;
}
</style>
border-color css
<style>
span { border-color: #4B6F6C; }
span { border-color: rgb(75,111,108); }
td.TdClassName
{
border-color: #4B6F6C;
}
.TagClassName
{
border-color: #4B6F6C;
}
</style>