Html Css Color HEX #465046 Grey-Asparagus

📋 copy color: '#465046'

red 70 ◦ green 80 ◦ blue 70

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

Shades of Grey-Asparagus #465046

Tints of Grey-Asparagus #465046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.82%

R = 31.82%
G = 36.36%
B = 31.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#465046 (or 0x465046) is known color: Grey-Asparagus. HEX triplet: 46, 50 and 46. RGB value is (70,80,70). Sum of RGB (Red+Green+Blue) = 70+80+70=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #465046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465046 is #B9AFB9. Grayscale: #4B4B4B. Windows color (decimal): -12169146 or 4608070. OLE color: 4608070.

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

Color convert

RGB 70 80 70 -
CMYK 0.12 0 0.12 0.69
HSL 120º 0.07% 0.29% -
HSV(B) 120º 0.13% 0.31% -
XYZ 6.5 7.48 6.9 -
YUV 75.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 70 80 70 0.12 0 0.12 0.69 120 0.07 0.29
Hex 46 50 46 C 0 C 45 78 7 1D
Octal 106 120 106 14 0 14 105 170 7 35
Binary 1000110 1010000 1000110 1100 0 1100 1000101 1111000 111 11101

Color Harmonies of #465046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465046

Black with #465046

Text Example


Text Example

White with #465046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465046; }

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

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

background-color css

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

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

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

border-color css

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

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

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