Html Css Color HEX #465848 Grey-Asparagus

📋 copy color: '#465848'

red 70 ◦ green 88 ◦ blue 72

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

Shades of Grey-Asparagus #465848

Tints of Grey-Asparagus #465848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.26%

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

R = 30.43%
G = 38.26%
B = 31.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#465848 (or 0x465848) is known color: Grey-Asparagus. HEX triplet: 46, 58 and 48. RGB value is (70,88,72). Sum of RGB (Red+Green+Blue) = 70+88+72=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #465848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465848 is #B9A7B7. Grayscale: #505050. Windows color (decimal): -12167096 or 4741190. OLE color: 4741190.

HSL color Cylindrical-coordinate representation of color #465848: hue angle of 126.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465848 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 72 -
CMYK 0.20 0 0.18 0.65
HSL 126.67º 0.11% 0.31% -
HSV(B) 126.67º 0.2% 0.35% -
XYZ 7.19 8.75 7.44 -
YUV 80.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 70 88 72 0.20 0 0.18 0.65 126.67 0.11 0.31
Hex 46 58 48 14 0 12 41 7F B 1F
Octal 106 130 110 24 0 22 101 177 13 37
Binary 1000110 1011000 1001000 10100 0 10010 1000001 1111111 1011 11111

Color Harmonies of #465848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465848

Black with #465848

Text Example


Text Example

White with #465848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465848; }

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

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

background-color css

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

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

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

border-color css

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

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

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