#46634A

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

Shades of Nandor #46634A

Tints of Nandor #46634A

Color information

#46634A (or 0x46634A) is unknown color: approx Nandor. HEX triplet: 46, 63 and 4A. RGB value is (70,99,74). Sum of RGB (Red+Green+Blue) = 70+99+74=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 99 - color contains mainly: green. Hex color #46634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46634A is #B99CB5. Grayscale: #575757. Windows color (decimal): -12164278 or 4875078. OLE color: 4875078.

HSL color Cylindrical-coordinate representation of color #46634A: hue angle of 128.28º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46634A is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB709974-
CMYK0.2900.250.61
HSL128.28º17.16%33.14%-
HSV(B)128.28º29.29%38.82%-
XYZ8.2210.728.11-
YUV87.48120.39115.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 99 (39.06% from 255) = 40.74%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=28.81%
G=40.74%
B=30.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099740.2900.250.61128.2817.1633.14
Hex46634A1D0193D801121
Octal10614311235031752002141
Binary100011011000111001010111010110011111011000000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,99,74); }

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

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

 a { background-color: rgb(70,99,74); }

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

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

 span { border-color: rgb(70,99,74); }

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