Html Css Color HEX #485246 Grey-Asparagus

📋 copy color: '#485246'

red 72 ◦ green 82 ◦ blue 70

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

Shades of Grey-Asparagus #485246

Tints of Grey-Asparagus #485246

RGB

 RED value IS 72 (28.52% from 255) = 32.14%

 GREEN value IS 82 (32.42% from 255) = 36.61%

 BLUE value IS 70 (27.73% from 255) = 31.25%

R = 32.14%
G = 36.61%
B = 31.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#485246 (or 0x485246) is known color: Grey-Asparagus. HEX triplet: 48, 52 and 46. RGB value is (72,82,70). Sum of RGB (Red+Green+Blue) = 72+82+70=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #485246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485246 is #B7ADB9. Grayscale: #4D4D4D. Windows color (decimal): -12037562 or 4608584. OLE color: 4608584.

HSL color Cylindrical-coordinate representation of color #485246: hue angle of 110º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #485246 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 82 70 -
CMYK 0.12 0 0.15 0.68
HSL 110º 0.08% 0.3% -
HSV(B) 110º 0.15% 0.32% -
XYZ 6.8 7.85 6.95 -
YUV 77.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 72 82 70 0.12 0 0.15 0.68 110 0.08 0.3
Hex 48 52 46 C 0 F 44 6E 8 1E
Octal 110 122 106 14 0 17 104 156 10 36
Binary 1001000 1010010 1000110 1100 0 1111 1000100 1101110 1000 11110

Color Harmonies of #485246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485246

Black with #485246

Text Example


Text Example

White with #485246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485246; }

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

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

background-color css

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

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

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

border-color css

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

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

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