Shades of Waiouru #464A30
Tints of Waiouru #464A30
RGB
CMYK
RGB Variations
Color information
#464A30 (or 0x464A30) is known color: Waiouru. HEX triplet: 46, 4A and 30. RGB value is (70,74,48). Sum of RGB (Red+Green+Blue) = 70+74+48=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 74 - color contains mainly: green. Hex color #464A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A30 is #B9B5CF. Grayscale: #454545. Windows color (decimal): -12170704 or 3164742. OLE color: 3164742.
HSL color Cylindrical-coordinate representation of color #464A30: hue angle of 69.23º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #464A30 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 74 | 48 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.71 |
| HSL | 69.23º | 0.21% | 0.24% | - |
| HSV(B) | 69.23º | 0.35% | 0.29% | - |
| XYZ | 5.51 | 6.41 | 3.74 | - |
| YUV | 69.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 48 | 0.05 | 0 | 0.35 | 0.71 | 69.23 | 0.21 | 0.24 |
| Hex | 46 | 4A | 30 | 5 | 0 | 23 | 47 | 45 | 15 | 18 |
| Octal | 106 | 112 | 60 | 5 | 0 | 43 | 107 | 105 | 25 | 30 |
| Binary | 1000110 | 1001010 | 110000 | 101 | 0 | 100011 | 1000111 | 1000101 | 10101 | 11000 |
Color Harmonies of #464A30
Complementary color
Monochromatic Colors of #464A30
Black with #464A30
Text Example
Text Example
White with #464A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A30; }
p { color: rgb(70,74,48); }
H1.HeaderClassName
{
color: #464A30;
}
.AnyTagClassName
{
color: #464A30;
}
</style>
background-color css
<style>
a { background-color: #464A30; }
a { background-color: rgb(70,74,48); }
div.DivClassName
{
background-color: #464A30;
}
.BgClassName
{
background-color: #464A30;
}
</style>
border-color css
<style>
span { border-color: #464A30; }
span { border-color: rgb(70,74,48); }
td.TdClassName
{
border-color: #464A30;
}
.TagClassName
{
border-color: #464A30;
}
</style>