Shades of Waiouru #4A4B2F
Tints of Waiouru #4A4B2F
RGB
CMYK
RGB Variations
Color information
#4A4B2F (or 0x4A4B2F) is known color: Waiouru. HEX triplet: 4A, 4B and 2F. RGB value is (74,75,47). Sum of RGB (Red+Green+Blue) = 74+75+47=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 75 - color contains mainly: green. Hex color #4A4B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4B2F is #B5B4D0. Grayscale: #474747. Windows color (decimal): -11908305 or 3099466. OLE color: 3099466.
HSL color Cylindrical-coordinate representation of color #4A4B2F: hue angle of 62.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A4B2F is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 75 | 47 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.71 |
| HSL | 62.14º | 0.23% | 0.24% | - |
| HSV(B) | 62.14º | 0.37% | 0.29% | - |
| XYZ | 5.85 | 6.69 | 3.67 | - |
| YUV | 71.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 75 | 47 | 0.01 | 0 | 0.37 | 0.71 | 62.14 | 0.23 | 0.24 |
| Hex | 4A | 4B | 2F | 1 | 0 | 25 | 47 | 3E | 17 | 18 |
| Octal | 112 | 113 | 57 | 1 | 0 | 45 | 107 | 76 | 27 | 30 |
| Binary | 1001010 | 1001011 | 101111 | 1 | 0 | 100101 | 1000111 | 111110 | 10111 | 11000 |
Color Harmonies of #4A4B2F
Complementary color
Monochromatic Colors of #4A4B2F
Black with #4A4B2F
Text Example
Text Example
White with #4A4B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4B2F; }
p { color: rgb(74,75,47); }
H1.HeaderClassName
{
color: #4A4B2F;
}
.AnyTagClassName
{
color: #4A4B2F;
}
</style>
background-color css
<style>
a { background-color: #4A4B2F; }
a { background-color: rgb(74,75,47); }
div.DivClassName
{
background-color: #4A4B2F;
}
.BgClassName
{
background-color: #4A4B2F;
}
</style>
border-color css
<style>
span { border-color: #4A4B2F; }
span { border-color: rgb(74,75,47); }
td.TdClassName
{
border-color: #4A4B2F;
}
.TagClassName
{
border-color: #4A4B2F;
}
</style>