Html Css Color HEX #465147 Grey-Asparagus

📋 copy color: '#465147'

red 70 ◦ green 81 ◦ blue 71

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

Shades of Grey-Asparagus #465147

Tints of Grey-Asparagus #465147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.49%

 BLUE value IS 71 (28.13% from 255) = 31.98%

R = 31.53%
G = 36.49%
B = 31.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#465147 (or 0x465147) is known color: Grey-Asparagus. HEX triplet: 46, 51 and 47. RGB value is (70,81,71). Sum of RGB (Red+Green+Blue) = 70+81+71=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #465147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465147 is #B9AEB8. Grayscale: #4C4C4C. Windows color (decimal): -12168889 or 4673862. OLE color: 4673862.

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

Color convert

RGB 70 81 71 -
CMYK 0.14 0 0.12 0.68
HSL 125.45º 0.07% 0.3% -
HSV(B) 125.45º 0.14% 0.32% -
XYZ 6.61 7.64 7.09 -
YUV 76.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 70 81 71 0.14 0 0.12 0.68 125.45 0.07 0.3
Hex 46 51 47 E 0 C 44 7D 7 1E
Octal 106 121 107 16 0 14 104 175 7 36
Binary 1000110 1010001 1000111 1110 0 1100 1000100 1111101 111 11110

Color Harmonies of #465147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465147

Black with #465147

Text Example


Text Example

White with #465147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465147; }

 p { color: rgb(70,81,71); }

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

background-color css

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

 a { background-color: rgb(70,81,71); }

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

border-color css

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

 span { border-color: rgb(70,81,71); }

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