Shades of Waiouru #46492F
Tints of Waiouru #46492F
RGB
CMYK
RGB Variations
Color information
#46492F (or 0x46492F) is known color: Waiouru. HEX triplet: 46, 49 and 2F. RGB value is (70,73,47). Sum of RGB (Red+Green+Blue) = 70+73+47=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #46492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46492F is #B9B6D0. Grayscale: #454545. Windows color (decimal): -12170961 or 3098950. OLE color: 3098950.
HSL color Cylindrical-coordinate representation of color #46492F: hue angle of 66.92º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46492F is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 47 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.71 |
| HSL | 66.92º | 0.22% | 0.24% | - |
| HSV(B) | 66.92º | 0.36% | 0.29% | - |
| XYZ | 5.42 | 6.27 | 3.61 | - |
| YUV | 69.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 47 | 0.04 | 0 | 0.36 | 0.71 | 66.92 | 0.22 | 0.24 |
| Hex | 46 | 49 | 2F | 4 | 0 | 24 | 47 | 43 | 16 | 18 |
| Octal | 106 | 111 | 57 | 4 | 0 | 44 | 107 | 103 | 26 | 30 |
| Binary | 1000110 | 1001001 | 101111 | 100 | 0 | 100100 | 1000111 | 1000011 | 10110 | 11000 |
Color Harmonies of #46492F
Complementary color
Monochromatic Colors of #46492F
Black with #46492F
Text Example
Text Example
White with #46492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46492F; }
p { color: rgb(70,73,47); }
H1.HeaderClassName
{
color: #46492F;
}
.AnyTagClassName
{
color: #46492F;
}
</style>
background-color css
<style>
a { background-color: #46492F; }
a { background-color: rgb(70,73,47); }
div.DivClassName
{
background-color: #46492F;
}
.BgClassName
{
background-color: #46492F;
}
</style>
border-color css
<style>
span { border-color: #46492F; }
span { border-color: rgb(70,73,47); }
td.TdClassName
{
border-color: #46492F;
}
.TagClassName
{
border-color: #46492F;
}
</style>