#47674A

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

Shades of Nandor #47674A

Tints of Nandor #47674A

Color information

#47674A (or 0x47674A) is unknown color: approx Nandor. HEX triplet: 47, 67 and 4A. RGB value is (71,103,74). Sum of RGB (Red+Green+Blue) = 71+103+74=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #47674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47674A is #B898B5. Grayscale: #5A5A5A. Windows color (decimal): -12097718 or 4876103. OLE color: 4876103.

HSL color Cylindrical-coordinate representation of color #47674A: hue angle of 125.62º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #47674A is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB7110374-
CMYK0.3100.280.60
HSL125.62º18.39%34.12%-
HSV(B)125.62º31.07%40.39%-
XYZ8.6811.538.25-
YUV90.13118.9114.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 103 (40.62% from 255) = 41.53%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=28.63%
G=41.53%
B=29.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71103740.3100.280.60125.6218.3934.12
Hex47674A1F01C3C7e1222
Octal10714711237034741762242
Binary10001111100111100101011111011100111100111111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47674A; }

 p { color: rgb(71,103,74); }

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

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

 a { background-color: rgb(71,103,74); }

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

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

 span { border-color: rgb(71,103,74); }

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