Shades of Waiouru #494A27
Tints of Waiouru #494A27
RGB
CMYK
RGB Variations
Color information
#494A27 (or 0x494A27) is known color: Waiouru. HEX triplet: 49, 4A and 27. RGB value is (73,74,39). Sum of RGB (Red+Green+Blue) = 73+74+39=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 74 - color contains mainly: green. Hex color #494A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A27 is #B6B5D8. Grayscale: #454545. Windows color (decimal): -11974105 or 2574921. OLE color: 2574921.
HSL color Cylindrical-coordinate representation of color #494A27: hue angle of 61.71º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494A27 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 74 | 39 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.71 |
| HSL | 61.71º | 0.31% | 0.22% | - |
| HSV(B) | 61.71º | 0.47% | 0.29% | - |
| XYZ | 5.56 | 6.46 | 2.87 | - |
| YUV | 69.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 39 | 0.01 | 0 | 0.47 | 0.71 | 61.71 | 0.31 | 0.22 |
| Hex | 49 | 4A | 27 | 1 | 0 | 2F | 47 | 3E | 1F | 16 |
| Octal | 111 | 112 | 47 | 1 | 0 | 57 | 107 | 76 | 37 | 26 |
| Binary | 1001001 | 1001010 | 100111 | 1 | 0 | 101111 | 1000111 | 111110 | 11111 | 10110 |
Color Harmonies of #494A27
Complementary color
Monochromatic Colors of #494A27
Black with #494A27
Text Example
Text Example
White with #494A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A27; }
p { color: rgb(73,74,39); }
H1.HeaderClassName
{
color: #494A27;
}
.AnyTagClassName
{
color: #494A27;
}
</style>
background-color css
<style>
a { background-color: #494A27; }
a { background-color: rgb(73,74,39); }
div.DivClassName
{
background-color: #494A27;
}
.BgClassName
{
background-color: #494A27;
}
</style>
border-color css
<style>
span { border-color: #494A27; }
span { border-color: rgb(73,74,39); }
td.TdClassName
{
border-color: #494A27;
}
.TagClassName
{
border-color: #494A27;
}
</style>