#466048

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

Shades of Nandor #466048

Tints of Nandor #466048

Color information

#466048 (or 0x466048) is unknown color: approx Nandor. HEX triplet: 46, 60 and 48. RGB value is (70,96,72). Sum of RGB (Red+Green+Blue) = 70+96+72=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #466048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466048 is #B99FB7. Grayscale: #555555. Windows color (decimal): -12165048 or 4743238. OLE color: 4743238.

HSL color Cylindrical-coordinate representation of color #466048: hue angle of 124.62º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #466048 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB709672-
CMYK0.2700.250.62
HSL124.62º15.66%32.55%-
HSV(B)124.62º27.08%37.65%-
XYZ7.8810.147.67-
YUV85.49120.39116.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=29.41%
G=40.34%
B=30.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096720.2700.250.62124.6215.6632.55
Hex4660481B0193E7d1021
Octal10614011033031761752041
Binary10001101100000100100011011011001111110111110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466048; }

 p { color: rgb(70,96,72); }

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

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

 a { background-color: rgb(70,96,72); }

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

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

 span { border-color: rgb(70,96,72); }

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