Html Css Color HEX #465443 Grey-Asparagus

📋 copy color: '#465443'

red 70 ◦ green 84 ◦ blue 67

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

Shades of Grey-Asparagus #465443

Tints of Grey-Asparagus #465443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.32%

R = 31.67%
G = 38.01%
B = 30.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#465443 (or 0x465443) is known color: Grey-Asparagus. HEX triplet: 46, 54 and 43. RGB value is (70,84,67). Sum of RGB (Red+Green+Blue) = 70+84+67=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #465443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465443 is #B9ABBC. Grayscale: #4D4D4D. Windows color (decimal): -12168125 or 4412486. OLE color: 4412486.

HSL color Cylindrical-coordinate representation of color #465443: hue angle of 109.41º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465443 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 67 -
CMYK 0.17 0 0.20 0.67
HSL 109.41º 0.11% 0.3% -
HSV(B) 109.41º 0.2% 0.33% -
XYZ 6.71 8.05 6.51 -
YUV 77.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 70 84 67 0.17 0 0.20 0.67 109.41 0.11 0.3
Hex 46 54 43 11 0 14 43 6D B 1E
Octal 106 124 103 21 0 24 103 155 13 36
Binary 1000110 1010100 1000011 10001 0 10100 1000011 1101101 1011 11110

Color Harmonies of #465443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465443

Black with #465443

Text Example


Text Example

White with #465443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465443; }

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

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

background-color css

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

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

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

border-color css

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

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

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