Html Css Color HEX #466049 Nandor

📋 copy color: '#466049'

red 70 ◦ green 96 ◦ blue 73

#466049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nandor #466049

Tints of Nandor #466049

RGB

 RED value IS 70 (27.73% from 255) = 29.29%

 GREEN value IS 96 (37.89% from 255) = 40.17%

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 29.29%
G = 40.17%
B = 30.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#466049 (or 0x466049) is known color: Nandor. HEX triplet: 46, 60 and 49. RGB value is (70,96,73). Sum of RGB (Red+Green+Blue) = 70+96+73=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #466049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466049 is #B99FB6. Grayscale: #555555. Windows color (decimal): -12165047 or 4808774. OLE color: 4808774.

HSL color Cylindrical-coordinate representation of color #466049: hue angle of 126.92º 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 #466049 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 73 -
CMYK 0.27 0 0.24 0.62
HSL 126.92º 0.16% 0.33% -
HSV(B) 126.92º 0.27% 0.38% -
XYZ 7.91 10.15 7.85 -
YUV 85.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 70 96 73 0.27 0 0.24 0.62 126.92 0.16 0.33
Hex 46 60 49 1B 0 18 3E 7F 10 21
Octal 106 140 111 33 0 30 76 177 20 41
Binary 1000110 1100000 1001001 11011 0 11000 111110 1111111 10000 100001

Color Harmonies of #466049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466049

Black with #466049

Text Example


Text Example

White with #466049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466049; }

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

 H1.HeaderClassName
 {
   color: #466049;
 }
 .AnyTagClassName
 {
   color: #466049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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