Shades of Waiouru #474B2C
Tints of Waiouru #474B2C
RGB
CMYK
RGB Variations
Color information
#474B2C (or 0x474B2C) is known color: Waiouru. HEX triplet: 47, 4B and 2C. RGB value is (71,75,44). Sum of RGB (Red+Green+Blue) = 71+75+44=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 75 - color contains mainly: green. Hex color #474B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B2C is #B8B4D3. Grayscale: #464646. Windows color (decimal): -12104916 or 2902855. OLE color: 2902855.
HSL color Cylindrical-coordinate representation of color #474B2C: hue angle of 67.74º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #474B2C is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 75 | 44 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.71 |
| HSL | 67.74º | 0.26% | 0.23% | - |
| HSV(B) | 67.74º | 0.41% | 0.29% | - |
| XYZ | 5.57 | 6.55 | 3.35 | - |
| YUV | 70.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 44 | 0.05 | 0 | 0.41 | 0.71 | 67.74 | 0.26 | 0.23 |
| Hex | 47 | 4B | 2C | 5 | 0 | 29 | 47 | 44 | 1A | 17 |
| Octal | 107 | 113 | 54 | 5 | 0 | 51 | 107 | 104 | 32 | 27 |
| Binary | 1000111 | 1001011 | 101100 | 101 | 0 | 101001 | 1000111 | 1000100 | 11010 | 10111 |
Color Harmonies of #474B2C
Complementary color
Monochromatic Colors of #474B2C
Black with #474B2C
Text Example
Text Example
White with #474B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B2C; }
p { color: rgb(71,75,44); }
H1.HeaderClassName
{
color: #474B2C;
}
.AnyTagClassName
{
color: #474B2C;
}
</style>
background-color css
<style>
a { background-color: #474B2C; }
a { background-color: rgb(71,75,44); }
div.DivClassName
{
background-color: #474B2C;
}
.BgClassName
{
background-color: #474B2C;
}
</style>
border-color css
<style>
span { border-color: #474B2C; }
span { border-color: rgb(71,75,44); }
td.TdClassName
{
border-color: #474B2C;
}
.TagClassName
{
border-color: #474B2C;
}
</style>