#47664B

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

Shades of Nandor #47664B

Tints of Nandor #47664B

Color information

#47664B (or 0x47664B) is unknown color: approx Nandor. HEX triplet: 47, 66 and 4B. RGB value is (71,102,75). Sum of RGB (Red+Green+Blue) = 71+102+75=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #47664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47664B is #B899B4. Grayscale: #595959. Windows color (decimal): -12097973 or 4941383. OLE color: 4941383.

HSL color Cylindrical-coordinate representation of color #47664B: hue angle of 127.74º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47664B is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB7110275-
CMYK0.3000.260.6
HSL127.74º17.92%33.92%-
HSV(B)127.74º30.39%40%-
XYZ8.6211.358.39-
YUV89.65119.73114.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=28.63%
G=41.13%
B=30.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102750.3000.260.6127.7417.9233.92
Hex47664B1E01A3C801222
Octal10714611336032742002242
Binary100011111001101001011111100110101111001000000010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47664B; }

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

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

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

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

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

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

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

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