Shades of Waiouru #46472E
Tints of Waiouru #46472E
RGB
CMYK
RGB Variations
Color information
#46472E (or 0x46472E) is known color: Waiouru. HEX triplet: 46, 47 and 2E. RGB value is (70,71,46). Sum of RGB (Red+Green+Blue) = 70+71+46=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #46472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46472E is #B9B8D1. Grayscale: #434343. Windows color (decimal): -12171474 or 3032902. OLE color: 3032902.
HSL color Cylindrical-coordinate representation of color #46472E: hue angle of 62.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46472E is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 46 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.72 |
| HSL | 62.4º | 0.21% | 0.23% | - |
| HSV(B) | 62.4º | 0.35% | 0.28% | - |
| XYZ | 5.27 | 6.01 | 3.47 | - |
| YUV | 67.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 46 | 0.01 | 0 | 0.35 | 0.72 | 62.4 | 0.21 | 0.23 |
| Hex | 46 | 47 | 2E | 1 | 0 | 23 | 48 | 3E | 15 | 17 |
| Octal | 106 | 107 | 56 | 1 | 0 | 43 | 110 | 76 | 25 | 27 |
| Binary | 1000110 | 1000111 | 101110 | 1 | 0 | 100011 | 1001000 | 111110 | 10101 | 10111 |
Color Harmonies of #46472E
Complementary color
Monochromatic Colors of #46472E
Black with #46472E
Text Example
Text Example
White with #46472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46472E; }
p { color: rgb(70,71,46); }
H1.HeaderClassName
{
color: #46472E;
}
.AnyTagClassName
{
color: #46472E;
}
</style>
background-color css
<style>
a { background-color: #46472E; }
a { background-color: rgb(70,71,46); }
div.DivClassName
{
background-color: #46472E;
}
.BgClassName
{
background-color: #46472E;
}
</style>
border-color css
<style>
span { border-color: #46472E; }
span { border-color: rgb(70,71,46); }
td.TdClassName
{
border-color: #46472E;
}
.TagClassName
{
border-color: #46472E;
}
</style>