Shades of Waiouru #474B33
Tints of Waiouru #474B33
RGB
CMYK
RGB Variations
Color information
#474B33 (or 0x474B33) is known color: Waiouru. HEX triplet: 47, 4B and 33. RGB value is (71,75,51). Sum of RGB (Red+Green+Blue) = 71+75+51=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 75 - color contains mainly: green. Hex color #474B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B33 is #B8B4CC. Grayscale: #474747. Windows color (decimal): -12104909 or 3361607. OLE color: 3361607.
HSL color Cylindrical-coordinate representation of color #474B33: hue angle of 70º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474B33 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 75 | 51 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.71 |
| HSL | 70º | 0.19% | 0.25% | - |
| HSV(B) | 70º | 0.32% | 0.29% | - |
| XYZ | 5.71 | 6.61 | 4.11 | - |
| YUV | 71.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 51 | 0.05 | 0 | 0.32 | 0.71 | 70 | 0.19 | 0.25 |
| Hex | 47 | 4B | 33 | 5 | 0 | 20 | 47 | 46 | 13 | 19 |
| Octal | 107 | 113 | 63 | 5 | 0 | 40 | 107 | 106 | 23 | 31 |
| Binary | 1000111 | 1001011 | 110011 | 101 | 0 | 100000 | 1000111 | 1000110 | 10011 | 11001 |
Color Harmonies of #474B33
Complementary color
Monochromatic Colors of #474B33
Black with #474B33
Text Example
Text Example
White with #474B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B33; }
p { color: rgb(71,75,51); }
H1.HeaderClassName
{
color: #474B33;
}
.AnyTagClassName
{
color: #474B33;
}
</style>
background-color css
<style>
a { background-color: #474B33; }
a { background-color: rgb(71,75,51); }
div.DivClassName
{
background-color: #474B33;
}
.BgClassName
{
background-color: #474B33;
}
</style>
border-color css
<style>
span { border-color: #474B33; }
span { border-color: rgb(71,75,51); }
td.TdClassName
{
border-color: #474B33;
}
.TagClassName
{
border-color: #474B33;
}
</style>