#474B30

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

Shades of Waiouru #474B30

Tints of Waiouru #474B30

Color information

#474B30 (or 0x474B30) is unknown color: approx Waiouru. HEX triplet: 47, 4B and 30. RGB value is (71,75,48). Sum of RGB (Red+Green+Blue) = 71+75+48=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 75 - color contains mainly: green. Hex color #474B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B30 is #B8B4CF. Grayscale: #464646. Windows color (decimal): -12104912 or 3164999. OLE color: 3164999.

HSL color Cylindrical-coordinate representation of color #474B30: hue angle of 68.89º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #474B30 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB717548-
CMYK0.0500.360.71
HSL68.89º21.95%24.12%-
HSV(B)68.89º36%29.41%-
XYZ5.656.593.77-
YUV70.73115.17128.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=36.60%
G=38.66%
B=24.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7175480.0500.360.7168.8921.9524.12
Hex474B30502447451618
Octal1071136050441071052630
Binary100011110010111100001010100100100011110001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474B30; }

 p { color: rgb(71,75,48); }

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

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

 a { background-color: rgb(71,75,48); }

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

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

 span { border-color: rgb(71,75,48); }

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