Html Css Color HEX #466F63 Dark Green Copper

📋 copy color: '#466F63'

red 70 ◦ green 111 ◦ blue 99

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

Shades of Dark Green Copper #466F63

Tints of Dark Green Copper #466F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.64%

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

R = 25%
G = 39.64%
B = 35.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#466F63 (or 0x466F63) is known color: Dark Green Copper. HEX triplet: 46, 6F and 63. RGB value is (70,111,99). Sum of RGB (Red+Green+Blue) = 70+111+99=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 111 - color contains mainly: green. Hex color #466F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F63 is #B9909C. Grayscale: #616161. Windows color (decimal): -12161181 or 6516550. OLE color: 6516550.

HSL color Cylindrical-coordinate representation of color #466F63: hue angle of 162.44º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #466F63 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 111 99 -
CMYK 0.37 0 0.11 0.56
HSL 162.44º 0.23% 0.35% -
HSV(B) 162.44º 0.37% 0.44% -
XYZ 10.46 13.57 13.87 -
YUV 97.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 70 111 99 0.37 0 0.11 0.56 162.44 0.23 0.35
Hex 46 6F 63 25 0 B 38 A2 17 23
Octal 106 157 143 45 0 13 70 242 27 43
Binary 1000110 1101111 1100011 100101 0 1011 111000 10100010 10111 100011

Color Harmonies of #466F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F63

Black with #466F63

Text Example


Text Example

White with #466F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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