Shades of Como #46715C
Tints of Como #46715C
RGB
CMYK
RGB Variations
Color information
#46715C (or 0x46715C) is known color: Como. HEX triplet: 46, 71 and 5C. RGB value is (70,113,92). Sum of RGB (Red+Green+Blue) = 70+113+92=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #46715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46715C is #B98EA3. Grayscale: #616161. Windows color (decimal): -12160676 or 6058310. OLE color: 6058310.
HSL color Cylindrical-coordinate representation of color #46715C: hue angle of 150.7º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46715C is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 92 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.56 |
| HSL | 150.7º | 0.23% | 0.36% | - |
| HSV(B) | 150.7º | 0.38% | 0.44% | - |
| XYZ | 10.36 | 13.89 | 12.26 | - |
| YUV | 97.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 92 | 0.38 | 0 | 0.19 | 0.56 | 150.7 | 0.23 | 0.36 |
| Hex | 46 | 71 | 5C | 26 | 0 | 13 | 38 | 97 | 17 | 24 |
| Octal | 106 | 161 | 134 | 46 | 0 | 23 | 70 | 227 | 27 | 44 |
| Binary | 1000110 | 1110001 | 1011100 | 100110 | 0 | 10011 | 111000 | 10010111 | 10111 | 100100 |
Color Harmonies of #46715C
Complementary color
Monochromatic Colors of #46715C
Black with #46715C
Text Example
Text Example
White with #46715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46715C; }
p { color: rgb(70,113,92); }
H1.HeaderClassName
{
color: #46715C;
}
.AnyTagClassName
{
color: #46715C;
}
</style>
background-color css
<style>
a { background-color: #46715C; }
a { background-color: rgb(70,113,92); }
div.DivClassName
{
background-color: #46715C;
}
.BgClassName
{
background-color: #46715C;
}
</style>
border-color css
<style>
span { border-color: #46715C; }
span { border-color: rgb(70,113,92); }
td.TdClassName
{
border-color: #46715C;
}
.TagClassName
{
border-color: #46715C;
}
</style>