Shades of Waiouru #494B2D
Tints of Waiouru #494B2D
RGB
CMYK
RGB Variations
Color information
#494B2D (or 0x494B2D) is known color: Waiouru. HEX triplet: 49, 4B and 2D. RGB value is (73,75,45). Sum of RGB (Red+Green+Blue) = 73+75+45=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #494B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B2D is #B6B4D2. Grayscale: #474747. Windows color (decimal): -11973843 or 2968393. OLE color: 2968393.
HSL color Cylindrical-coordinate representation of color #494B2D: hue angle of 64º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #494B2D is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 75 | 45 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.71 |
| HSL | 64º | 0.25% | 0.24% | - |
| HSV(B) | 64º | 0.4% | 0.29% | - |
| XYZ | 5.74 | 6.64 | 3.46 | - |
| YUV | 70.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 45 | 0.03 | 0 | 0.40 | 0.71 | 64 | 0.25 | 0.24 |
| Hex | 49 | 4B | 2D | 3 | 0 | 28 | 47 | 40 | 19 | 18 |
| Octal | 111 | 113 | 55 | 3 | 0 | 50 | 107 | 100 | 31 | 30 |
| Binary | 1001001 | 1001011 | 101101 | 11 | 0 | 101000 | 1000111 | 1000000 | 11001 | 11000 |
Color Harmonies of #494B2D
Complementary color
Monochromatic Colors of #494B2D
Black with #494B2D
Text Example
Text Example
White with #494B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B2D; }
p { color: rgb(73,75,45); }
H1.HeaderClassName
{
color: #494B2D;
}
.AnyTagClassName
{
color: #494B2D;
}
</style>
background-color css
<style>
a { background-color: #494B2D; }
a { background-color: rgb(73,75,45); }
div.DivClassName
{
background-color: #494B2D;
}
.BgClassName
{
background-color: #494B2D;
}
</style>
border-color css
<style>
span { border-color: #494B2D; }
span { border-color: rgb(73,75,45); }
td.TdClassName
{
border-color: #494B2D;
}
.TagClassName
{
border-color: #494B2D;
}
</style>