Html Css Color HEX #466047 Grey-Asparagus

📋 copy color: '#466047'

red 70 ◦ green 96 ◦ blue 71

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

Shades of Grey-Asparagus #466047

Tints of Grey-Asparagus #466047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

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

R = 29.54%
G = 40.51%
B = 29.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#466047 (or 0x466047) is known color: Grey-Asparagus. HEX triplet: 46, 60 and 47. RGB value is (70,96,71). Sum of RGB (Red+Green+Blue) = 70+96+71=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #466047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466047 is #B99FB8. Grayscale: #555555. Windows color (decimal): -12165049 or 4677702. OLE color: 4677702.

HSL color Cylindrical-coordinate representation of color #466047: hue angle of 122.31º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #466047 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 71 -
CMYK 0.27 0 0.26 0.62
HSL 122.31º 0.16% 0.33% -
HSV(B) 122.31º 0.27% 0.38% -
XYZ 7.85 10.12 7.5 -
YUV 85.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 70 96 71 0.27 0 0.26 0.62 122.31 0.16 0.33
Hex 46 60 47 1B 0 1A 3E 7A 10 21
Octal 106 140 107 33 0 32 76 172 20 41
Binary 1000110 1100000 1000111 11011 0 11010 111110 1111010 10000 100001

Color Harmonies of #466047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466047

Black with #466047

Text Example


Text Example

White with #466047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466047; }

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

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

background-color css

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

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

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

border-color css

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

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

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