Html Css Color HEX #465645 Grey-Asparagus

📋 copy color: '#465645'

red 70 ◦ green 86 ◦ blue 69

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

Shades of Grey-Asparagus #465645

Tints of Grey-Asparagus #465645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.67%

R = 31.11%
G = 38.22%
B = 30.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#465645 (or 0x465645) is known color: Grey-Asparagus. HEX triplet: 46, 56 and 45. RGB value is (70,86,69). Sum of RGB (Red+Green+Blue) = 70+86+69=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #465645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465645 is #B9A9BA. Grayscale: #4F4F4F. Windows color (decimal): -12167611 or 4544070. OLE color: 4544070.

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

Color convert

RGB 70 86 69 -
CMYK 0.19 0 0.20 0.66
HSL 116.47º 0.11% 0.3% -
HSV(B) 116.47º 0.2% 0.34% -
XYZ 6.93 8.39 6.88 -
YUV 79.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 70 86 69 0.19 0 0.20 0.66 116.47 0.11 0.3
Hex 46 56 45 13 0 14 42 74 B 1E
Octal 106 126 105 23 0 24 102 164 13 36
Binary 1000110 1010110 1000101 10011 0 10100 1000010 1110100 1011 11110

Color Harmonies of #465645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465645

Black with #465645

Text Example


Text Example

White with #465645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465645; }

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

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

background-color css

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

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

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

border-color css

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

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

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