Html Css Color HEX #466A66 Dark Green Copper

📋 copy color: '#466A66'

red 70 ◦ green 106 ◦ blue 102

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

Shades of Dark Green Copper #466A66

Tints of Dark Green Copper #466A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.13%

 BLUE value IS 102 (40.23% from 255) = 36.69%

R = 25.18%
G = 38.13%
B = 36.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#466A66 (or 0x466A66) is known color: Dark Green Copper. HEX triplet: 46, 6A and 66. RGB value is (70,106,102). Sum of RGB (Red+Green+Blue) = 70+106+102=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #466A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A66 is #B99599. Grayscale: #5E5E5E. Windows color (decimal): -12162458 or 6711878. OLE color: 6711878.

HSL color Cylindrical-coordinate representation of color #466A66: hue angle of 173.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A66 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 106 102 -
CMYK 0.34 0 0.04 0.58
HSL 173.33º 0.2% 0.35% -
HSV(B) 173.33º 0.34% 0.42% -
XYZ 10.08 12.57 14.47 -
YUV 94.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 70 106 102 0.34 0 0.04 0.58 173.33 0.2 0.35
Hex 46 6A 66 22 0 4 3A AD 14 23
Octal 106 152 146 42 0 4 72 255 24 43
Binary 1000110 1101010 1100110 100010 0 100 111010 10101101 10100 100011

Color Harmonies of #466A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A66

Black with #466A66

Text Example


Text Example

White with #466A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466A66; }

 p { color: rgb(70,106,102); }

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

background-color css

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

 a { background-color: rgb(70,106,102); }

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

border-color css

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

 span { border-color: rgb(70,106,102); }

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