Shades of Waiouru #464733
Tints of Waiouru #464733
RGB
CMYK
RGB Variations
Color information
#464733 (or 0x464733) is known color: Waiouru. HEX triplet: 46, 47 and 33. RGB value is (70,71,51). Sum of RGB (Red+Green+Blue) = 70+71+51=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 71 - color contains mainly: green. Hex color #464733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464733 is #B9B8CC. Grayscale: #444444. Windows color (decimal): -12171469 or 3360582. OLE color: 3360582.
HSL color Cylindrical-coordinate representation of color #464733: hue angle of 63º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #464733 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 51 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.72 |
| HSL | 63º | 0.16% | 0.24% | - |
| HSV(B) | 63º | 0.28% | 0.28% | - |
| XYZ | 5.38 | 6.05 | 4.02 | - |
| YUV | 68.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 51 | 0.01 | 0 | 0.28 | 0.72 | 63 | 0.16 | 0.24 |
| Hex | 46 | 47 | 33 | 1 | 0 | 1C | 48 | 3F | 10 | 18 |
| Octal | 106 | 107 | 63 | 1 | 0 | 34 | 110 | 77 | 20 | 30 |
| Binary | 1000110 | 1000111 | 110011 | 1 | 0 | 11100 | 1001000 | 111111 | 10000 | 11000 |
Color Harmonies of #464733
Complementary color
Monochromatic Colors of #464733
Black with #464733
Text Example
Text Example
White with #464733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464733; }
p { color: rgb(70,71,51); }
H1.HeaderClassName
{
color: #464733;
}
.AnyTagClassName
{
color: #464733;
}
</style>
background-color css
<style>
a { background-color: #464733; }
a { background-color: rgb(70,71,51); }
div.DivClassName
{
background-color: #464733;
}
.BgClassName
{
background-color: #464733;
}
</style>
border-color css
<style>
span { border-color: #464733; }
span { border-color: rgb(70,71,51); }
td.TdClassName
{
border-color: #464733;
}
.TagClassName
{
border-color: #464733;
}
</style>