#465E4A

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

Shades of Nandor #465E4A

Tints of Nandor #465E4A

Color information

#465E4A (or 0x465E4A) is unknown color: approx Nandor. HEX triplet: 46, 5E and 4A. RGB value is (70,94,74). Sum of RGB (Red+Green+Blue) = 70+94+74=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 94 - color contains mainly: green. Hex color #465E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465E4A is #B9A1B5. Grayscale: #545454. Windows color (decimal): -12165558 or 4873798. OLE color: 4873798.

HSL color Cylindrical-coordinate representation of color #465E4A: hue angle of 130º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465E4A is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB709474-
CMYK0.2600.210.63
HSL130º14.63%32.16%-
HSV(B)130º25.53%36.86%-
XYZ7.769.87.96-
YUV84.54122.05117.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 94 (37.11% from 255) = 39.50%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=29.41%
G=39.50%
B=31.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7094740.2600.210.6313014.6332.16
Hex465E4A1A0153F82f20
Octal10613611232025772021740
Binary10001101011110100101011010010101111111100000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465E4A; }

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

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

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

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

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

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

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

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