Html Css Color HEX #465245 Grey-Asparagus

📋 copy color: '#465245'

red 70 ◦ green 82 ◦ blue 69

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

Shades of Grey-Asparagus #465245

Tints of Grey-Asparagus #465245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.1%

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

R = 31.67%
G = 37.1%
B = 31.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#465245 (or 0x465245) is known color: Grey-Asparagus. HEX triplet: 46, 52 and 45. RGB value is (70,82,69). Sum of RGB (Red+Green+Blue) = 70+82+69=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #465245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465245 is #B9ADBA. Grayscale: #4C4C4C. Windows color (decimal): -12168635 or 4543046. OLE color: 4543046.

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

Color convert

RGB 70 82 69 -
CMYK 0.15 0 0.16 0.68
HSL 115.38º 0.09% 0.3% -
HSV(B) 115.38º 0.16% 0.32% -
XYZ 6.62 7.77 6.78 -
YUV 76.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 70 82 69 0.15 0 0.16 0.68 115.38 0.09 0.3
Hex 46 52 45 F 0 10 44 73 9 1E
Octal 106 122 105 17 0 20 104 163 11 36
Binary 1000110 1010010 1000101 1111 0 10000 1000100 1110011 1001 11110

Color Harmonies of #465245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465245

Black with #465245

Text Example


Text Example

White with #465245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465245; }

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

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

background-color css

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

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

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

border-color css

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

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

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