Html Css Color HEX #465948 Grey-Asparagus

📋 copy color: '#465948'

red 70 ◦ green 89 ◦ blue 72

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

Shades of Grey-Asparagus #465948

Tints of Grey-Asparagus #465948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.53%

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

R = 30.3%
G = 38.53%
B = 31.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#465948 (or 0x465948) is known color: Grey-Asparagus. HEX triplet: 46, 59 and 48. RGB value is (70,89,72). Sum of RGB (Red+Green+Blue) = 70+89+72=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #465948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465948 is #B9A6B7. Grayscale: #515151. Windows color (decimal): -12166840 or 4741446. OLE color: 4741446.

HSL color Cylindrical-coordinate representation of color #465948: hue angle of 126.32º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465948 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 72 -
CMYK 0.21 0 0.19 0.65
HSL 126.32º 0.12% 0.31% -
HSV(B) 126.32º 0.21% 0.35% -
XYZ 7.27 8.91 7.47 -
YUV 81.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 70 89 72 0.21 0 0.19 0.65 126.32 0.12 0.31
Hex 46 59 48 15 0 13 41 7E C 1F
Octal 106 131 110 25 0 23 101 176 14 37
Binary 1000110 1011001 1001000 10101 0 10011 1000001 1111110 1100 11111

Color Harmonies of #465948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465948

Black with #465948

Text Example


Text Example

White with #465948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465948; }

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

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

background-color css

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

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

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

border-color css

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

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

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