#465D4A

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

Shades of Nandor #465D4A

Tints of Nandor #465D4A

Color information

#465D4A (or 0x465D4A) is unknown color: approx Nandor. HEX triplet: 46, 5D and 4A. RGB value is (70,93,74). Sum of RGB (Red+Green+Blue) = 70+93+74=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #465D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D4A is #B9A2B5. Grayscale: #545454. Windows color (decimal): -12165814 or 4873542. OLE color: 4873542.

HSL color Cylindrical-coordinate representation of color #465D4A: hue angle of 130.43º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #465D4A is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB709374-
CMYK0.2500.200.64
HSL130.43º14.11%31.96%-
HSV(B)130.43º24.73%36.47%-
XYZ7.689.637.93-
YUV83.96122.38118.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 93 (36.72% from 255) = 39.24%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=29.54%
G=39.24%
B=31.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093740.2500.200.64130.4314.1131.96
Hex465D4A190144082e20
Octal106135112310241002021640
Binary100011010111011001010110010101001000000100000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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