Html Css Color HEX #465445 Grey-Asparagus

📋 copy color: '#465445'

red 70 ◦ green 84 ◦ blue 69

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

Shades of Grey-Asparagus #465445

Tints of Grey-Asparagus #465445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.94%

R = 31.39%
G = 37.67%
B = 30.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#465445 (or 0x465445) is known color: Grey-Asparagus. HEX triplet: 46, 54 and 45. RGB value is (70,84,69). Sum of RGB (Red+Green+Blue) = 70+84+69=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #465445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465445 is #B9ABBA. Grayscale: #4E4E4E. Windows color (decimal): -12168123 or 4543558. OLE color: 4543558.

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

Color convert

RGB 70 84 69 -
CMYK 0.17 0 0.18 0.67
HSL 116º 0.1% 0.3% -
HSV(B) 116º 0.18% 0.33% -
XYZ 6.77 8.07 6.83 -
YUV 78.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 70 84 69 0.17 0 0.18 0.67 116 0.1 0.3
Hex 46 54 45 11 0 12 43 74 A 1E
Octal 106 124 105 21 0 22 103 164 12 36
Binary 1000110 1010100 1000101 10001 0 10010 1000011 1110100 1010 11110

Color Harmonies of #465445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465445

Black with #465445

Text Example


Text Example

White with #465445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465445; }

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

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

background-color css

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

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

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

border-color css

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

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

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