Html Css Color HEX #466963 Dark Green Copper

📋 copy color: '#466963'

red 70 ◦ green 105 ◦ blue 99

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

Shades of Dark Green Copper #466963

Tints of Dark Green Copper #466963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.13%

R = 25.55%
G = 38.32%
B = 36.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#466963 (or 0x466963) is known color: Dark Green Copper. HEX triplet: 46, 69 and 63. RGB value is (70,105,99). Sum of RGB (Red+Green+Blue) = 70+105+99=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 105 - color contains mainly: green. Hex color #466963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466963 is #B9969C. Grayscale: #5D5D5D. Windows color (decimal): -12162717 or 6515014. OLE color: 6515014.

HSL color Cylindrical-coordinate representation of color #466963: hue angle of 169.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 #466963 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 99 -
CMYK 0.33 0 0.06 0.59
HSL 169.71º 0.2% 0.34% -
HSV(B) 169.71º 0.33% 0.41% -
XYZ 9.83 12.31 13.66 -
YUV 93.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 70 105 99 0.33 0 0.06 0.59 169.71 0.2 0.34
Hex 46 69 63 21 0 6 3B AA 14 22
Octal 106 151 143 41 0 6 73 252 24 42
Binary 1000110 1101001 1100011 100001 0 110 111011 10101010 10100 100010

Color Harmonies of #466963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466963

Black with #466963

Text Example


Text Example

White with #466963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466963; }

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

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

background-color css

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

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

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

border-color css

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

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

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