Shades of William #4B6D6C
Tints of William #4B6D6C
RGB
CMYK
RGB Variations
Color information
#4B6D6C (or 0x4B6D6C) is known color: William. HEX triplet: 4B, 6D and 6C. RGB value is (75,109,108). Sum of RGB (Red+Green+Blue) = 75+109+108=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6D6C is #B49293. Grayscale: #626262. Windows color (decimal): -11834004 or 7105867. OLE color: 7105867.
HSL color Cylindrical-coordinate representation of color #4B6D6C: hue angle of 178.24º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B6D6C is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 109 | 108 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.57 |
| HSL | 178.24º | 0.18% | 0.36% | - |
| HSV(B) | 178.24º | 0.31% | 0.43% | - |
| XYZ | 11.08 | 13.52 | 16.21 | - |
| YUV | 98.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 108 | 0.31 | 0 | 0.01 | 0.57 | 178.24 | 0.18 | 0.36 |
| Hex | 4B | 6D | 6C | 1F | 0 | 1 | 39 | B2 | 12 | 24 |
| Octal | 113 | 155 | 154 | 37 | 0 | 1 | 71 | 262 | 22 | 44 |
| Binary | 1001011 | 1101101 | 1101100 | 11111 | 0 | 1 | 111001 | 10110010 | 10010 | 100100 |
Color Harmonies of #4B6D6C
Complementary color
Monochromatic Colors of #4B6D6C
Black with #4B6D6C
Text Example
Text Example
White with #4B6D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6D6C; }
p { color: rgb(75,109,108); }
H1.HeaderClassName
{
color: #4B6D6C;
}
.AnyTagClassName
{
color: #4B6D6C;
}
</style>
background-color css
<style>
a { background-color: #4B6D6C; }
a { background-color: rgb(75,109,108); }
div.DivClassName
{
background-color: #4B6D6C;
}
.BgClassName
{
background-color: #4B6D6C;
}
</style>
border-color css
<style>
span { border-color: #4B6D6C; }
span { border-color: rgb(75,109,108); }
td.TdClassName
{
border-color: #4B6D6C;
}
.TagClassName
{
border-color: #4B6D6C;
}
</style>