Shades of Waiouru #46462C
Tints of Waiouru #46462C
RGB
CMYK
RGB Variations
Color information
#46462C (or 0x46462C) is known color: Waiouru. HEX triplet: 46, 46 and 2C. RGB value is (70,70,44). Sum of RGB (Red+Green+Blue) = 70+70+44=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 70 - color contains mainly: red, green. Hex color #46462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46462C is #B9B9D3. Grayscale: #434343. Windows color (decimal): -12171732 or 2901574. OLE color: 2901574.
HSL color Cylindrical-coordinate representation of color #46462C: hue angle of 60º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46462C is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 70 | 44 | - |
| CMYK | 0 | 0 | 0.37 | 0.73 |
| HSL | 60º | 0.23% | 0.22% | - |
| HSV(B) | 60º | 0.37% | 0.27% | - |
| XYZ | 5.17 | 5.86 | 3.24 | - |
| YUV | 67.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 44 | 0 | 0 | 0.37 | 0.73 | 60 | 0.23 | 0.22 |
| Hex | 46 | 46 | 2C | 0 | 0 | 25 | 49 | 3C | 17 | 16 |
| Octal | 106 | 106 | 54 | 0 | 0 | 45 | 111 | 74 | 27 | 26 |
| Binary | 1000110 | 1000110 | 101100 | 0 | 0 | 100101 | 1001001 | 111100 | 10111 | 10110 |
Color Harmonies of #46462C
Complementary color
Monochromatic Colors of #46462C
Black with #46462C
Text Example
Text Example
White with #46462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46462C; }
p { color: rgb(70,70,44); }
H1.HeaderClassName
{
color: #46462C;
}
.AnyTagClassName
{
color: #46462C;
}
</style>
background-color css
<style>
a { background-color: #46462C; }
a { background-color: rgb(70,70,44); }
div.DivClassName
{
background-color: #46462C;
}
.BgClassName
{
background-color: #46462C;
}
</style>
border-color css
<style>
span { border-color: #46462C; }
span { border-color: rgb(70,70,44); }
td.TdClassName
{
border-color: #46462C;
}
.TagClassName
{
border-color: #46462C;
}
</style>