Html Css Color HEX #466244 Grey-Asparagus

📋 copy color: '#466244'

red 70 ◦ green 98 ◦ blue 68

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

Shades of Grey-Asparagus #466244

Tints of Grey-Asparagus #466244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.53%

 BLUE value IS 68 (26.95% from 255) = 28.81%

R = 29.66%
G = 41.53%
B = 28.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#466244 (or 0x466244) is known color: Grey-Asparagus. HEX triplet: 46, 62 and 44. RGB value is (70,98,68). Sum of RGB (Red+Green+Blue) = 70+98+68=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #466244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466244 is #B99DBB. Grayscale: #565656. Windows color (decimal): -12164540 or 4481606. OLE color: 4481606.

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

Color convert

RGB 70 98 68 -
CMYK 0.29 0 0.31 0.62
HSL 116º 0.18% 0.33% -
HSV(B) 116º 0.31% 0.38% -
XYZ 7.94 10.45 7.07 -
YUV 86.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 70 98 68 0.29 0 0.31 0.62 116 0.18 0.33
Hex 46 62 44 1D 0 1F 3E 74 12 21
Octal 106 142 104 35 0 37 76 164 22 41
Binary 1000110 1100010 1000100 11101 0 11111 111110 1110100 10010 100001

Color Harmonies of #466244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466244

Black with #466244

Text Example


Text Example

White with #466244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466244; }

 p { color: rgb(70,98,68); }

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

background-color css

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

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

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

border-color css

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

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

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