#465649

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

Shades of Nandor #465649

Tints of Nandor #465649

Color information

#465649 (or 0x465649) is unknown color: approx Nandor. HEX triplet: 46, 56 and 49. RGB value is (70,86,73). Sum of RGB (Red+Green+Blue) = 70+86+73=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 86 - color contains mainly: green. Hex color #465649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465649 is #B9A9B6. Grayscale: #4F4F4F. Windows color (decimal): -12167607 or 4806214. OLE color: 4806214.

HSL color Cylindrical-coordinate representation of color #465649: hue angle of 131.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #465649 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB708673-
CMYK0.1900.150.66
HSL131.25º10.26%30.59%-
HSV(B)131.25º18.6%33.73%-
XYZ7.068.447.56-
YUV79.73124.2121.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=30.57%
G=37.55%
B=31.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7086730.1900.150.66131.2510.2630.59
Hex465649130F4283a1f
Octal106126111230171022031237
Binary1000110101011010010011001101111100001010000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465649; }

 p { color: rgb(70,86,73); }

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

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

 a { background-color: rgb(70,86,73); }

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

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

 span { border-color: rgb(70,86,73); }

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