Html Css Color HEX #464846 Grey-Asparagus

📋 copy color: '#464846'

red 70 ◦ green 72 ◦ blue 70

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

Shades of Grey-Asparagus #464846

Tints of Grey-Asparagus #464846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.96%

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

R = 33.02%
G = 33.96%
B = 33.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#464846 (or 0x464846) is known color: Grey-Asparagus. HEX triplet: 46, 48 and 46. RGB value is (70,72,70). Sum of RGB (Red+Green+Blue) = 70+72+70=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 72 - color contains mainly: green. Hex color #464846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464846 is #B9B7B9. Grayscale: #474747. Windows color (decimal): -12171194 or 4606022. OLE color: 4606022.

HSL color Cylindrical-coordinate representation of color #464846: hue angle of 120º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #464846 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 72 70 -
CMYK 0.03 0 0.03 0.72
HSL 120º 0.01% 0.28% -
HSV(B) 120º 0.03% 0.28% -
XYZ 5.95 6.38 6.71 -
YUV 71.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 70 72 70 0.03 0 0.03 0.72 120 0.01 0.28
Hex 46 48 46 3 0 3 48 78 1 1C
Octal 106 110 106 3 0 3 110 170 1 34
Binary 1000110 1001000 1000110 11 0 11 1001000 1111000 1 11100

Color Harmonies of #464846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464846

Black with #464846

Text Example


Text Example

White with #464846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464846; }

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

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

background-color css

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

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

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

border-color css

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

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

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