Html Css Color HEX #465044 Grey-Asparagus

📋 copy color: '#465044'

red 70 ◦ green 80 ◦ blue 68

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

Shades of Grey-Asparagus #465044

Tints of Grey-Asparagus #465044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

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

R = 32.11%
G = 36.7%
B = 31.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#465044 (or 0x465044) is known color: Grey-Asparagus. HEX triplet: 46, 50 and 44. RGB value is (70,80,68). Sum of RGB (Red+Green+Blue) = 70+80+68=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #465044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465044 is #B9AFBB. Grayscale: #4B4B4B. Windows color (decimal): -12169148 or 4476998. OLE color: 4476998.

HSL color Cylindrical-coordinate representation of color #465044: hue angle of 110º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #465044 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 68 -
CMYK 0.12 0 0.15 0.69
HSL 110º 0.08% 0.29% -
HSV(B) 110º 0.15% 0.31% -
XYZ 6.44 7.46 6.57 -
YUV 75.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 70 80 68 0.12 0 0.15 0.69 110 0.08 0.29
Hex 46 50 44 C 0 F 45 6E 8 1D
Octal 106 120 104 14 0 17 105 156 10 35
Binary 1000110 1010000 1000100 1100 0 1111 1000101 1101110 1000 11101

Color Harmonies of #465044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465044

Black with #465044

Text Example


Text Example

White with #465044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465044; }

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

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

background-color css

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

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

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

border-color css

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

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

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