Html Css Color HEX #466042 Grey-Asparagus

📋 copy color: '#466042'

red 70 ◦ green 96 ◦ blue 66

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

Shades of Grey-Asparagus #466042

Tints of Grey-Asparagus #466042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 30.17%
G = 41.38%
B = 28.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#466042 (or 0x466042) is known color: Grey-Asparagus. HEX triplet: 46, 60 and 42. RGB value is (70,96,66). Sum of RGB (Red+Green+Blue) = 70+96+66=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #466042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466042 is #B99FBD. Grayscale: #545454. Windows color (decimal): -12165054 or 4350022. OLE color: 4350022.

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

Color convert

RGB 70 96 66 -
CMYK 0.27 0 0.31 0.62
HSL 112º 0.19% 0.32% -
HSV(B) 112º 0.31% 0.38% -
XYZ 7.69 10.06 6.69 -
YUV 84.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 70 96 66 0.27 0 0.31 0.62 112 0.19 0.32
Hex 46 60 42 1B 0 1F 3E 70 13 20
Octal 106 140 102 33 0 37 76 160 23 40
Binary 1000110 1100000 1000010 11011 0 11111 111110 1110000 10011 100000

Color Harmonies of #466042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466042

Black with #466042

Text Example


Text Example

White with #466042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466042; }

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

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

background-color css

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

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

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

border-color css

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

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

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