Html Css Color HEX #465442 Grey-Asparagus

📋 copy color: '#465442'

red 70 ◦ green 84 ◦ blue 66

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

Shades of Grey-Asparagus #465442

Tints of Grey-Asparagus #465442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.18%

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

R = 31.82%
G = 38.18%
B = 30%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#465442 (or 0x465442) is known color: Grey-Asparagus. HEX triplet: 46, 54 and 42. RGB value is (70,84,66). Sum of RGB (Red+Green+Blue) = 70+84+66=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #465442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465442 is #B9ABBD. Grayscale: #4D4D4D. Windows color (decimal): -12168126 or 4346950. OLE color: 4346950.

HSL color Cylindrical-coordinate representation of color #465442: hue angle of 106.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465442 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 66 -
CMYK 0.17 0 0.21 0.67
HSL 106.67º 0.12% 0.29% -
HSV(B) 106.67º 0.21% 0.33% -
XYZ 6.68 8.04 6.35 -
YUV 77.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 70 84 66 0.17 0 0.21 0.67 106.67 0.12 0.29
Hex 46 54 42 11 0 15 43 6B C 1D
Octal 106 124 102 21 0 25 103 153 14 35
Binary 1000110 1010100 1000010 10001 0 10101 1000011 1101011 1100 11101

Color Harmonies of #465442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465442

Black with #465442

Text Example


Text Example

White with #465442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465442; }

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

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

background-color css

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

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

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

border-color css

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

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

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