Shades of William #486B69
Tints of William #486B69
RGB
CMYK
RGB Variations
Color information
#486B69 (or 0x486B69) is known color: William. HEX triplet: 48, 6B and 69. RGB value is (72,107,105). Sum of RGB (Red+Green+Blue) = 72+107+105=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 107 - color contains mainly: green. Hex color #486B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B69 is #B79496. Grayscale: #606060. Windows color (decimal): -12031127 or 6908744. OLE color: 6908744.
HSL color Cylindrical-coordinate representation of color #486B69: hue angle of 176.57º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486B69 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 107 | 105 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.58 |
| HSL | 176.57º | 0.2% | 0.35% | - |
| HSV(B) | 176.57º | 0.33% | 0.42% | - |
| XYZ | 10.48 | 12.91 | 15.3 | - |
| YUV | 96.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 105 | 0.33 | 0 | 0.02 | 0.58 | 176.57 | 0.2 | 0.35 |
| Hex | 48 | 6B | 69 | 21 | 0 | 2 | 3A | B1 | 14 | 23 |
| Octal | 110 | 153 | 151 | 41 | 0 | 2 | 72 | 261 | 24 | 43 |
| Binary | 1001000 | 1101011 | 1101001 | 100001 | 0 | 10 | 111010 | 10110001 | 10100 | 100011 |
Color Harmonies of #486B69
Complementary color
Monochromatic Colors of #486B69
Black with #486B69
Text Example
Text Example
White with #486B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486B69; }
p { color: rgb(72,107,105); }
H1.HeaderClassName
{
color: #486B69;
}
.AnyTagClassName
{
color: #486B69;
}
</style>
background-color css
<style>
a { background-color: #486B69; }
a { background-color: rgb(72,107,105); }
div.DivClassName
{
background-color: #486B69;
}
.BgClassName
{
background-color: #486B69;
}
</style>
border-color css
<style>
span { border-color: #486B69; }
span { border-color: rgb(72,107,105); }
td.TdClassName
{
border-color: #486B69;
}
.TagClassName
{
border-color: #486B69;
}
</style>