Shades of Waiouru #4A4B39
Tints of Waiouru #4A4B39
RGB
CMYK
RGB Variations
Color information
#4A4B39 (or 0x4A4B39) is known color: Waiouru. HEX triplet: 4A, 4B and 39. RGB value is (74,75,57). Sum of RGB (Red+Green+Blue) = 74+75+57=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 75 - color contains mainly: green. Hex color #4A4B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4B39 is #B5B4C6. Grayscale: #484848. Windows color (decimal): -11908295 or 3754826. OLE color: 3754826.
HSL color Cylindrical-coordinate representation of color #4A4B39: hue angle of 63.33º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A4B39 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 75 | 57 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.71 |
| HSL | 63.33º | 0.14% | 0.26% | - |
| HSV(B) | 63.33º | 0.24% | 0.29% | - |
| XYZ | 6.08 | 6.78 | 4.86 | - |
| YUV | 72.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 75 | 57 | 0.01 | 0 | 0.24 | 0.71 | 63.33 | 0.14 | 0.26 |
| Hex | 4A | 4B | 39 | 1 | 0 | 18 | 47 | 3F | E | 1A |
| Octal | 112 | 113 | 71 | 1 | 0 | 30 | 107 | 77 | 16 | 32 |
| Binary | 1001010 | 1001011 | 111001 | 1 | 0 | 11000 | 1000111 | 111111 | 1110 | 11010 |
Color Harmonies of #4A4B39
Complementary color
Monochromatic Colors of #4A4B39
Black with #4A4B39
Text Example
Text Example
White with #4A4B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4B39; }
p { color: rgb(74,75,57); }
H1.HeaderClassName
{
color: #4A4B39;
}
.AnyTagClassName
{
color: #4A4B39;
}
</style>
background-color css
<style>
a { background-color: #4A4B39; }
a { background-color: rgb(74,75,57); }
div.DivClassName
{
background-color: #4A4B39;
}
.BgClassName
{
background-color: #4A4B39;
}
</style>
border-color css
<style>
span { border-color: #4A4B39; }
span { border-color: rgb(74,75,57); }
td.TdClassName
{
border-color: #4A4B39;
}
.TagClassName
{
border-color: #4A4B39;
}
</style>