Shades of Waiouru #4B4F2E
Tints of Waiouru #4B4F2E
RGB
CMYK
RGB Variations
Color information
#4B4F2E (or 0x4B4F2E) is known color: Waiouru. HEX triplet: 4B, 4F and 2E. RGB value is (75,79,46). Sum of RGB (Red+Green+Blue) = 75+79+46=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 79 - color contains mainly: green. Hex color #4B4F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4F2E is #B4B0D1. Grayscale: #4A4A4A. Windows color (decimal): -11841746 or 3034955. OLE color: 3034955.
HSL color Cylindrical-coordinate representation of color #4B4F2E: hue angle of 67.27º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B4F2E is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 79 | 46 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.69 |
| HSL | 67.27º | 0.26% | 0.25% | - |
| HSV(B) | 67.27º | 0.42% | 0.31% | - |
| XYZ | 6.19 | 7.29 | 3.66 | - |
| YUV | 74.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 79 | 46 | 0.05 | 0 | 0.42 | 0.69 | 67.27 | 0.26 | 0.25 |
| Hex | 4B | 4F | 2E | 5 | 0 | 2A | 45 | 43 | 1A | 19 |
| Octal | 113 | 117 | 56 | 5 | 0 | 52 | 105 | 103 | 32 | 31 |
| Binary | 1001011 | 1001111 | 101110 | 101 | 0 | 101010 | 1000101 | 1000011 | 11010 | 11001 |
Color Harmonies of #4B4F2E
Complementary color
Monochromatic Colors of #4B4F2E
Black with #4B4F2E
Text Example
Text Example
White with #4B4F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4F2E; }
p { color: rgb(75,79,46); }
H1.HeaderClassName
{
color: #4B4F2E;
}
.AnyTagClassName
{
color: #4B4F2E;
}
</style>
background-color css
<style>
a { background-color: #4B4F2E; }
a { background-color: rgb(75,79,46); }
div.DivClassName
{
background-color: #4B4F2E;
}
.BgClassName
{
background-color: #4B4F2E;
}
</style>
border-color css
<style>
span { border-color: #4B4F2E; }
span { border-color: rgb(75,79,46); }
td.TdClassName
{
border-color: #4B4F2E;
}
.TagClassName
{
border-color: #4B4F2E;
}
</style>