Shades of Waiouru #494C33
Tints of Waiouru #494C33
RGB
CMYK
RGB Variations
Color information
#494C33 (or 0x494C33) is known color: Waiouru. HEX triplet: 49, 4C and 33. RGB value is (73,76,51). Sum of RGB (Red+Green+Blue) = 73+76+51=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 76 - color contains mainly: green. Hex color #494C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C33 is #B6B3CC. Grayscale: #484848. Windows color (decimal): -11973581 or 3361865. OLE color: 3361865.
HSL color Cylindrical-coordinate representation of color #494C33: hue angle of 67.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #494C33 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 76 | 51 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.70 |
| HSL | 67.2º | 0.2% | 0.25% | - |
| HSV(B) | 67.2º | 0.33% | 0.3% | - |
| XYZ | 5.93 | 6.82 | 4.14 | - |
| YUV | 72.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 51 | 0.04 | 0 | 0.33 | 0.70 | 67.2 | 0.2 | 0.25 |
| Hex | 49 | 4C | 33 | 4 | 0 | 21 | 46 | 43 | 14 | 19 |
| Octal | 111 | 114 | 63 | 4 | 0 | 41 | 106 | 103 | 24 | 31 |
| Binary | 1001001 | 1001100 | 110011 | 100 | 0 | 100001 | 1000110 | 1000011 | 10100 | 11001 |
Color Harmonies of #494C33
Complementary color
Monochromatic Colors of #494C33
Black with #494C33
Text Example
Text Example
White with #494C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C33; }
p { color: rgb(73,76,51); }
H1.HeaderClassName
{
color: #494C33;
}
.AnyTagClassName
{
color: #494C33;
}
</style>
background-color css
<style>
a { background-color: #494C33; }
a { background-color: rgb(73,76,51); }
div.DivClassName
{
background-color: #494C33;
}
.BgClassName
{
background-color: #494C33;
}
</style>
border-color css
<style>
span { border-color: #494C33; }
span { border-color: rgb(73,76,51); }
td.TdClassName
{
border-color: #494C33;
}
.TagClassName
{
border-color: #494C33;
}
</style>