Html Css Color HEX #464C46 Grey-Asparagus

📋 copy color: '#464C46'

red 70 ◦ green 76 ◦ blue 70

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

Shades of Grey-Asparagus #464C46

Tints of Grey-Asparagus #464C46

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.19%

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

R = 32.41%
G = 35.19%
B = 32.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#464C46 (or 0x464C46) is known color: Grey-Asparagus. HEX triplet: 46, 4C and 46. RGB value is (70,76,70). Sum of RGB (Red+Green+Blue) = 70+76+70=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 76 - color contains mainly: green. Hex color #464C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C46 is #B9B3B9. Grayscale: #494949. Windows color (decimal): -12170170 or 4607046. OLE color: 4607046.

HSL color Cylindrical-coordinate representation of color #464C46: hue angle of 120º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #464C46 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 76 70 -
CMYK 0.08 0 0.08 0.70
HSL 120º 0.04% 0.29% -
HSV(B) 120º 0.08% 0.3% -
XYZ 6.22 6.91 6.8 -
YUV 73.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 70 76 70 0.08 0 0.08 0.70 120 0.04 0.29
Hex 46 4C 46 8 0 8 46 78 4 1D
Octal 106 114 106 10 0 10 106 170 4 35
Binary 1000110 1001100 1000110 1000 0 1000 1000110 1111000 100 11101

Color Harmonies of #464C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C46

Black with #464C46

Text Example


Text Example

White with #464C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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