Html Css Color HEX #465447 Grey-Asparagus

📋 copy color: '#465447'

red 70 ◦ green 84 ◦ blue 71

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

Shades of Grey-Asparagus #465447

Tints of Grey-Asparagus #465447

RGB

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

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

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

R = 31.11%
G = 37.33%
B = 31.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#465447 (or 0x465447) is known color: Grey-Asparagus. HEX triplet: 46, 54 and 47. RGB value is (70,84,71). Sum of RGB (Red+Green+Blue) = 70+84+71=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #465447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465447 is #B9ABB8. Grayscale: #4E4E4E. Windows color (decimal): -12168121 or 4674630. OLE color: 4674630.

HSL color Cylindrical-coordinate representation of color #465447: hue angle of 124.29º 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 #465447 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 71 -
CMYK 0.17 0 0.15 0.67
HSL 124.29º 0.09% 0.3% -
HSV(B) 124.29º 0.17% 0.33% -
XYZ 6.83 8.1 7.16 -
YUV 78.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 70 84 71 0.17 0 0.15 0.67 124.29 0.09 0.3
Hex 46 54 47 11 0 F 43 7C 9 1E
Octal 106 124 107 21 0 17 103 174 11 36
Binary 1000110 1010100 1000111 10001 0 1111 1000011 1111100 1001 11110

Color Harmonies of #465447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465447

Black with #465447

Text Example


Text Example

White with #465447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465447; }

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

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

background-color css

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

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

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

border-color css

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

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

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