Html Css Color HEX #465644 Grey-Asparagus

📋 copy color: '#465644'

red 70 ◦ green 86 ◦ blue 68

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

Shades of Grey-Asparagus #465644

Tints of Grey-Asparagus #465644

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

 BLUE value IS 68 (26.95% from 255) = 30.36%

R = 31.25%
G = 38.39%
B = 30.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#465644 (or 0x465644) is known color: Grey-Asparagus. HEX triplet: 46, 56 and 44. RGB value is (70,86,68). Sum of RGB (Red+Green+Blue) = 70+86+68=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #465644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465644 is #B9A9BB. Grayscale: #4F4F4F. Windows color (decimal): -12167612 or 4478534. OLE color: 4478534.

HSL color Cylindrical-coordinate representation of color #465644: hue angle of 113.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465644 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 86 68 -
CMYK 0.19 0 0.21 0.66
HSL 113.33º 0.12% 0.3% -
HSV(B) 113.33º 0.21% 0.34% -
XYZ 6.9 8.38 6.72 -
YUV 79.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 70 86 68 0.19 0 0.21 0.66 113.33 0.12 0.3
Hex 46 56 44 13 0 15 42 71 C 1E
Octal 106 126 104 23 0 25 102 161 14 36
Binary 1000110 1010110 1000100 10011 0 10101 1000010 1110001 1100 11110

Color Harmonies of #465644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465644

Black with #465644

Text Example


Text Example

White with #465644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465644; }

 p { color: rgb(70,86,68); }

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

background-color css

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

 a { background-color: rgb(70,86,68); }

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

border-color css

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

 span { border-color: rgb(70,86,68); }

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