#474833

Color #474833 Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #474833

Tints of Waiouru #474833

Color information

#474833 (or 0x474833) is unknown color: approx Waiouru. HEX triplet: 47, 48 and 33. RGB value is (71,72,51). Sum of RGB (Red+Green+Blue) = 71+72+51=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 72 - color contains mainly: green. Hex color #474833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474833 is #B8B7CC. Grayscale: #454545. Windows color (decimal): -12105677 or 3360839. OLE color: 3360839.

HSL color Cylindrical-coordinate representation of color #474833: hue angle of 62.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #474833 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB717251-
CMYK0.0100.290.72
HSL62.86º17.07%24.12%-
HSV(B)62.86º29.17%28.24%-
XYZ5.516.214.04-
YUV69.31117.67129.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 51 (20.31% from 255) = 26.29%
R=36.60%
G=37.11%
B=26.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172510.0100.290.7262.8617.0724.12
Hex474833101D483f1118
Octal107110631035110772130
Binary10001111001000110011101110110010001111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474833; }

 p { color: rgb(71,72,51); }

 H1.HeaderClassName
 {
   color: #474833;
 }
 .AnyTagClassName
 {
   color: #474833;
 }
</style>
background-color css

<style>
 a { background-color: #474833; }

 a { background-color: rgb(71,72,51); }

 div.DivClassName
 {
   background-color: #474833;
 }
 .BgClassName
 {
   background-color: #474833;
 }
</style>
border-color css

<style>
 span { border-color: #474833; }

 span { border-color: rgb(71,72,51); }

 td.TdClassName
 {
   border-color: #474833;
 }
 .TagClassName
 {
   border-color: #474833;
 }
</style>