Html Css Color HEX #464F47 Grey-Asparagus

📋 copy color: '#464F47'

red 70 ◦ green 79 ◦ blue 71

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

Shades of Grey-Asparagus #464F47

Tints of Grey-Asparagus #464F47

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.91%

 BLUE value IS 71 (28.13% from 255) = 32.27%

R = 31.82%
G = 35.91%
B = 32.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#464F47 (or 0x464F47) is known color: Grey-Asparagus. HEX triplet: 46, 4F and 47. RGB value is (70,79,71). Sum of RGB (Red+Green+Blue) = 70+79+71=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 79 - color contains mainly: green. Hex color #464F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F47 is #B9B0B8. Grayscale: #4B4B4B. Windows color (decimal): -12169401 or 4673350. OLE color: 4673350.

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

Color convert

RGB 70 79 71 -
CMYK 0.11 0 0.10 0.69
HSL 126.67º 0.06% 0.29% -
HSV(B) 126.67º 0.11% 0.31% -
XYZ 6.46 7.35 7.04 -
YUV 75.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 70 79 71 0.11 0 0.10 0.69 126.67 0.06 0.29
Hex 46 4F 47 B 0 A 45 7F 6 1D
Octal 106 117 107 13 0 12 105 177 6 35
Binary 1000110 1001111 1000111 1011 0 1010 1000101 1111111 110 11101

Color Harmonies of #464F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F47

Black with #464F47

Text Example


Text Example

White with #464F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,79,71); }

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

background-color css

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

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

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

border-color css

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

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

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