Shades of Waiouru #46462B
Tints of Waiouru #46462B
RGB
CMYK
RGB Variations
Color information
#46462B (or 0x46462B) is known color: Waiouru. HEX triplet: 46, 46 and 2B. RGB value is (70,70,43). Sum of RGB (Red+Green+Blue) = 70+70+43=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 70 - color contains mainly: red, green. Hex color #46462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46462B is #B9B9D4. Grayscale: #434343. Windows color (decimal): -12171733 or 2836038. OLE color: 2836038.
HSL color Cylindrical-coordinate representation of color #46462B: hue angle of 60º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46462B is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 70 | 43 | - |
| CMYK | 0 | 0 | 0.39 | 0.73 |
| HSL | 60º | 0.24% | 0.22% | - |
| HSV(B) | 60º | 0.39% | 0.27% | - |
| XYZ | 5.15 | 5.86 | 3.14 | - |
| YUV | 66.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 43 | 0 | 0 | 0.39 | 0.73 | 60 | 0.24 | 0.22 |
| Hex | 46 | 46 | 2B | 0 | 0 | 27 | 49 | 3C | 18 | 16 |
| Octal | 106 | 106 | 53 | 0 | 0 | 47 | 111 | 74 | 30 | 26 |
| Binary | 1000110 | 1000110 | 101011 | 0 | 0 | 100111 | 1001001 | 111100 | 11000 | 10110 |
Color Harmonies of #46462B
Complementary color
Monochromatic Colors of #46462B
Black with #46462B
Text Example
Text Example
White with #46462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46462B; }
p { color: rgb(70,70,43); }
H1.HeaderClassName
{
color: #46462B;
}
.AnyTagClassName
{
color: #46462B;
}
</style>
background-color css
<style>
a { background-color: #46462B; }
a { background-color: rgb(70,70,43); }
div.DivClassName
{
background-color: #46462B;
}
.BgClassName
{
background-color: #46462B;
}
</style>
border-color css
<style>
span { border-color: #46462B; }
span { border-color: rgb(70,70,43); }
td.TdClassName
{
border-color: #46462B;
}
.TagClassName
{
border-color: #46462B;
}
</style>