Html Css Color HEX #464E46 Grey-Asparagus

📋 copy color: '#464E46'

red 70 ◦ green 78 ◦ blue 70

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

Shades of Grey-Asparagus #464E46

Tints of Grey-Asparagus #464E46

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.78%

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

R = 32.11%
G = 35.78%
B = 32.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#464E46 (or 0x464E46) is known color: Grey-Asparagus. HEX triplet: 46, 4E and 46. RGB value is (70,78,70). Sum of RGB (Red+Green+Blue) = 70+78+70=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 78 - color contains mainly: green. Hex color #464E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E46 is #B9B1B9. Grayscale: #4A4A4A. Windows color (decimal): -12169658 or 4607558. OLE color: 4607558.

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

Color convert

RGB 70 78 70 -
CMYK 0.10 0 0.10 0.69
HSL 120º 0.05% 0.29% -
HSV(B) 120º 0.1% 0.31% -
XYZ 6.36 7.19 6.85 -
YUV 74.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 70 78 70 0.10 0 0.10 0.69 120 0.05 0.29
Hex 46 4E 46 A 0 A 45 78 5 1D
Octal 106 116 106 12 0 12 105 170 5 35
Binary 1000110 1001110 1000110 1010 0 1010 1000101 1111000 101 11101

Color Harmonies of #464E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E46

Black with #464E46

Text Example


Text Example

White with #464E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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