Shades of Waiouru #484A2A
Tints of Waiouru #484A2A
RGB
CMYK
RGB Variations
Color information
#484A2A (or 0x484A2A) is known color: Waiouru. HEX triplet: 48, 4A and 2A. RGB value is (72,74,42). Sum of RGB (Red+Green+Blue) = 72+74+42=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 74 - color contains mainly: green. Hex color #484A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A2A is #B7B5D5. Grayscale: #454545. Windows color (decimal): -12039638 or 2771528. OLE color: 2771528.
HSL color Cylindrical-coordinate representation of color #484A2A: hue angle of 63.75º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484A2A is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 74 | 42 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.71 |
| HSL | 63.75º | 0.28% | 0.23% | - |
| HSV(B) | 63.75º | 0.43% | 0.29% | - |
| XYZ | 5.54 | 6.44 | 3.14 | - |
| YUV | 69.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 42 | 0.03 | 0 | 0.43 | 0.71 | 63.75 | 0.28 | 0.23 |
| Hex | 48 | 4A | 2A | 3 | 0 | 2B | 47 | 40 | 1C | 17 |
| Octal | 110 | 112 | 52 | 3 | 0 | 53 | 107 | 100 | 34 | 27 |
| Binary | 1001000 | 1001010 | 101010 | 11 | 0 | 101011 | 1000111 | 1000000 | 11100 | 10111 |
Color Harmonies of #484A2A
Complementary color
Monochromatic Colors of #484A2A
Black with #484A2A
Text Example
Text Example
White with #484A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A2A; }
p { color: rgb(72,74,42); }
H1.HeaderClassName
{
color: #484A2A;
}
.AnyTagClassName
{
color: #484A2A;
}
</style>
background-color css
<style>
a { background-color: #484A2A; }
a { background-color: rgb(72,74,42); }
div.DivClassName
{
background-color: #484A2A;
}
.BgClassName
{
background-color: #484A2A;
}
</style>
border-color css
<style>
span { border-color: #484A2A; }
span { border-color: rgb(72,74,42); }
td.TdClassName
{
border-color: #484A2A;
}
.TagClassName
{
border-color: #484A2A;
}
</style>