Html Css Color HEX #465548 Grey-Asparagus

📋 copy color: '#465548'

red 70 ◦ green 85 ◦ blue 72

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

Shades of Grey-Asparagus #465548

Tints of Grey-Asparagus #465548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.44%

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 30.84%
G = 37.44%
B = 31.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#465548 (or 0x465548) is known color: Grey-Asparagus. HEX triplet: 46, 55 and 48. RGB value is (70,85,72). Sum of RGB (Red+Green+Blue) = 70+85+72=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #465548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465548 is #B9AAB7. Grayscale: #4F4F4F. Windows color (decimal): -12167864 or 4740422. OLE color: 4740422.

HSL color Cylindrical-coordinate representation of color #465548: hue angle of 128º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #465548 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 72 -
CMYK 0.18 0 0.15 0.67
HSL 128º 0.1% 0.3% -
HSV(B) 128º 0.18% 0.33% -
XYZ 6.94 8.27 7.36 -
YUV 79.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 70 85 72 0.18 0 0.15 0.67 128 0.1 0.3
Hex 46 55 48 12 0 F 43 80 A 1E
Octal 106 125 110 22 0 17 103 200 12 36
Binary 1000110 1010101 1001000 10010 0 1111 1000011 10000000 1010 11110

Color Harmonies of #465548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465548

Black with #465548

Text Example


Text Example

White with #465548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465548; }

 p { color: rgb(70,85,72); }

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

background-color css

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

 a { background-color: rgb(70,85,72); }

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

border-color css

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

 span { border-color: rgb(70,85,72); }

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