Shades of Waiouru #494A30
Tints of Waiouru #494A30
RGB
CMYK
RGB Variations
Color information
#494A30 (or 0x494A30) is known color: Waiouru. HEX triplet: 49, 4A and 30. RGB value is (73,74,48). Sum of RGB (Red+Green+Blue) = 73+74+48=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 74 - color contains mainly: green. Hex color #494A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A30 is #B6B5CF. Grayscale: #464646. Windows color (decimal): -11974096 or 3164745. OLE color: 3164745.
HSL color Cylindrical-coordinate representation of color #494A30: hue angle of 62.31º 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 #494A30 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 74 | 48 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.71 |
| HSL | 62.31º | 0.21% | 0.24% | - |
| HSV(B) | 62.31º | 0.35% | 0.29% | - |
| XYZ | 5.73 | 6.53 | 3.75 | - |
| YUV | 70.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 48 | 0.01 | 0 | 0.35 | 0.71 | 62.31 | 0.21 | 0.24 |
| Hex | 49 | 4A | 30 | 1 | 0 | 23 | 47 | 3E | 15 | 18 |
| Octal | 111 | 112 | 60 | 1 | 0 | 43 | 107 | 76 | 25 | 30 |
| Binary | 1001001 | 1001010 | 110000 | 1 | 0 | 100011 | 1000111 | 111110 | 10101 | 11000 |
Color Harmonies of #494A30
Complementary color
Monochromatic Colors of #494A30
Black with #494A30
Text Example
Text Example
White with #494A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A30; }
p { color: rgb(73,74,48); }
H1.HeaderClassName
{
color: #494A30;
}
.AnyTagClassName
{
color: #494A30;
}
</style>
background-color css
<style>
a { background-color: #494A30; }
a { background-color: rgb(73,74,48); }
div.DivClassName
{
background-color: #494A30;
}
.BgClassName
{
background-color: #494A30;
}
</style>
border-color css
<style>
span { border-color: #494A30; }
span { border-color: rgb(73,74,48); }
td.TdClassName
{
border-color: #494A30;
}
.TagClassName
{
border-color: #494A30;
}
</style>