Html Css Color HEX #465448 Grey-Asparagus

📋 copy color: '#465448'

red 70 ◦ green 84 ◦ blue 72

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

Shades of Grey-Asparagus #465448

Tints of Grey-Asparagus #465448

RGB

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

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

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

R = 30.97%
G = 37.17%
B = 31.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#465448 (or 0x465448) is known color: Grey-Asparagus. HEX triplet: 46, 54 and 48. RGB value is (70,84,72). Sum of RGB (Red+Green+Blue) = 70+84+72=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #465448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465448 is #B9ABB7. Grayscale: #4E4E4E. Windows color (decimal): -12168120 or 4740166. OLE color: 4740166.

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

Color convert

RGB 70 84 72 -
CMYK 0.17 0 0.14 0.67
HSL 128.57º 0.09% 0.3% -
HSV(B) 128.57º 0.17% 0.33% -
XYZ 6.87 8.11 7.33 -
YUV 78.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 70 84 72 0.17 0 0.14 0.67 128.57 0.09 0.3
Hex 46 54 48 11 0 E 43 81 9 1E
Octal 106 124 110 21 0 16 103 201 11 36
Binary 1000110 1010100 1001000 10001 0 1110 1000011 10000001 1001 11110

Color Harmonies of #465448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465448

Black with #465448

Text Example


Text Example

White with #465448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465448; }

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

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

background-color css

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

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

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

border-color css

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

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

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