Shades of Waiouru #46472A
Tints of Waiouru #46472A
RGB
CMYK
RGB Variations
Color information
#46472A (or 0x46472A) is known color: Waiouru. HEX triplet: 46, 47 and 2A. RGB value is (70,71,42). Sum of RGB (Red+Green+Blue) = 70+71+42=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 71 - color contains mainly: green. Hex color #46472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46472A is #B9B8D5. Grayscale: #434343. Windows color (decimal): -12171478 or 2770758. OLE color: 2770758.
HSL color Cylindrical-coordinate representation of color #46472A: hue angle of 62.07º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46472A is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 42 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.72 |
| HSL | 62.07º | 0.26% | 0.22% | - |
| HSV(B) | 62.07º | 0.41% | 0.28% | - |
| XYZ | 5.2 | 5.98 | 3.07 | - |
| YUV | 67.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 42 | 0.01 | 0 | 0.41 | 0.72 | 62.07 | 0.26 | 0.22 |
| Hex | 46 | 47 | 2A | 1 | 0 | 29 | 48 | 3E | 1A | 16 |
| Octal | 106 | 107 | 52 | 1 | 0 | 51 | 110 | 76 | 32 | 26 |
| Binary | 1000110 | 1000111 | 101010 | 1 | 0 | 101001 | 1001000 | 111110 | 11010 | 10110 |
Color Harmonies of #46472A
Complementary color
Monochromatic Colors of #46472A
Black with #46472A
Text Example
Text Example
White with #46472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46472A; }
p { color: rgb(70,71,42); }
H1.HeaderClassName
{
color: #46472A;
}
.AnyTagClassName
{
color: #46472A;
}
</style>
background-color css
<style>
a { background-color: #46472A; }
a { background-color: rgb(70,71,42); }
div.DivClassName
{
background-color: #46472A;
}
.BgClassName
{
background-color: #46472A;
}
</style>
border-color css
<style>
span { border-color: #46472A; }
span { border-color: rgb(70,71,42); }
td.TdClassName
{
border-color: #46472A;
}
.TagClassName
{
border-color: #46472A;
}
</style>