Shades of Waiouru #494F31
Tints of Waiouru #494F31
RGB
CMYK
RGB Variations
Color information
#494F31 (or 0x494F31) is known color: Waiouru. HEX triplet: 49, 4F and 31. RGB value is (73,79,49). Sum of RGB (Red+Green+Blue) = 73+79+49=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 79 - color contains mainly: green. Hex color #494F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F31 is #B6B0CE. Grayscale: #494949. Windows color (decimal): -11972815 or 3231561. OLE color: 3231561.
HSL color Cylindrical-coordinate representation of color #494F31: hue angle of 72º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #494F31 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 79 | 49 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.69 |
| HSL | 72º | 0.23% | 0.25% | - |
| HSV(B) | 72º | 0.38% | 0.31% | - |
| XYZ | 6.1 | 7.23 | 3.98 | - |
| YUV | 73.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 49 | 0.08 | 0 | 0.38 | 0.69 | 72 | 0.23 | 0.25 |
| Hex | 49 | 4F | 31 | 8 | 0 | 26 | 45 | 48 | 17 | 19 |
| Octal | 111 | 117 | 61 | 10 | 0 | 46 | 105 | 110 | 27 | 31 |
| Binary | 1001001 | 1001111 | 110001 | 1000 | 0 | 100110 | 1000101 | 1001000 | 10111 | 11001 |
Color Harmonies of #494F31
Complementary color
Monochromatic Colors of #494F31
Black with #494F31
Text Example
Text Example
White with #494F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F31; }
p { color: rgb(73,79,49); }
H1.HeaderClassName
{
color: #494F31;
}
.AnyTagClassName
{
color: #494F31;
}
</style>
background-color css
<style>
a { background-color: #494F31; }
a { background-color: rgb(73,79,49); }
div.DivClassName
{
background-color: #494F31;
}
.BgClassName
{
background-color: #494F31;
}
</style>
border-color css
<style>
span { border-color: #494F31; }
span { border-color: rgb(73,79,49); }
td.TdClassName
{
border-color: #494F31;
}
.TagClassName
{
border-color: #494F31;
}
</style>