Html Css Color HEX #466947 Nandor

📋 copy color: '#466947'

red 70 ◦ green 105 ◦ blue 71

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

Shades of Nandor #466947

Tints of Nandor #466947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.68%

 BLUE value IS 71 (28.13% from 255) = 28.86%

R = 28.46%
G = 42.68%
B = 28.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#466947 (or 0x466947) is known color: Nandor. HEX triplet: 46, 69 and 47. RGB value is (70,105,71). Sum of RGB (Red+Green+Blue) = 70+105+71=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #466947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466947 is #B996B8. Grayscale: #5A5A5A. Windows color (decimal): -12162745 or 4680006. OLE color: 4680006.

HSL color Cylindrical-coordinate representation of color #466947: hue angle of 121.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466947 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 71 -
CMYK 0.33 0 0.32 0.59
HSL 121.71º 0.2% 0.34% -
HSV(B) 121.71º 0.33% 0.41% -
XYZ 8.71 11.86 7.79 -
YUV 90.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 70 105 71 0.33 0 0.32 0.59 121.71 0.2 0.34
Hex 46 69 47 21 0 20 3B 7A 14 22
Octal 106 151 107 41 0 40 73 172 24 42
Binary 1000110 1101001 1000111 100001 0 100000 111011 1111010 10100 100010

Color Harmonies of #466947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466947

Black with #466947

Text Example


Text Example

White with #466947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466947; }

 p { color: rgb(70,105,71); }

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

background-color css

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

 a { background-color: rgb(70,105,71); }

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

border-color css

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

 span { border-color: rgb(70,105,71); }

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