Shades of Waiouru #4B502E
Tints of Waiouru #4B502E
RGB
CMYK
RGB Variations
Color information
#4B502E (or 0x4B502E) is known color: Waiouru. HEX triplet: 4B, 50 and 2E. RGB value is (75,80,46). Sum of RGB (Red+Green+Blue) = 75+80+46=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #4B502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B502E is #B4AFD1. Grayscale: #4A4A4A. Windows color (decimal): -11841490 or 3035211. OLE color: 3035211.
HSL color Cylindrical-coordinate representation of color #4B502E: hue angle of 68.82º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B502E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 80 | 46 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.69 |
| HSL | 68.82º | 0.27% | 0.25% | - |
| HSV(B) | 68.82º | 0.43% | 0.31% | - |
| XYZ | 6.26 | 7.43 | 3.69 | - |
| YUV | 74.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 80 | 46 | 0.06 | 0 | 0.42 | 0.69 | 68.82 | 0.27 | 0.25 |
| Hex | 4B | 50 | 2E | 6 | 0 | 2A | 45 | 45 | 1B | 19 |
| Octal | 113 | 120 | 56 | 6 | 0 | 52 | 105 | 105 | 33 | 31 |
| Binary | 1001011 | 1010000 | 101110 | 110 | 0 | 101010 | 1000101 | 1000101 | 11011 | 11001 |
Color Harmonies of #4B502E
Complementary color
Monochromatic Colors of #4B502E
Black with #4B502E
Text Example
Text Example
White with #4B502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B502E; }
p { color: rgb(75,80,46); }
H1.HeaderClassName
{
color: #4B502E;
}
.AnyTagClassName
{
color: #4B502E;
}
</style>
background-color css
<style>
a { background-color: #4B502E; }
a { background-color: rgb(75,80,46); }
div.DivClassName
{
background-color: #4B502E;
}
.BgClassName
{
background-color: #4B502E;
}
</style>
border-color css
<style>
span { border-color: #4B502E; }
span { border-color: rgb(75,80,46); }
td.TdClassName
{
border-color: #4B502E;
}
.TagClassName
{
border-color: #4B502E;
}
</style>