Html Css Color HEX #465244 Grey-Asparagus

📋 copy color: '#465244'

red 70 ◦ green 82 ◦ blue 68

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

Shades of Grey-Asparagus #465244

Tints of Grey-Asparagus #465244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.91%

R = 31.82%
G = 37.27%
B = 30.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#465244 (or 0x465244) is known color: Grey-Asparagus. HEX triplet: 46, 52 and 44. RGB value is (70,82,68). Sum of RGB (Red+Green+Blue) = 70+82+68=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #465244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465244 is #B9ADBB. Grayscale: #4C4C4C. Windows color (decimal): -12168636 or 4477510. OLE color: 4477510.

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

Color convert

RGB 70 82 68 -
CMYK 0.15 0 0.17 0.68
HSL 111.43º 0.09% 0.29% -
HSV(B) 111.43º 0.17% 0.32% -
XYZ 6.59 7.75 6.62 -
YUV 76.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 70 82 68 0.15 0 0.17 0.68 111.43 0.09 0.29
Hex 46 52 44 F 0 11 44 6F 9 1D
Octal 106 122 104 17 0 21 104 157 11 35
Binary 1000110 1010010 1000100 1111 0 10001 1000100 1101111 1001 11101

Color Harmonies of #465244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465244

Black with #465244

Text Example


Text Example

White with #465244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465244; }

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

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

background-color css

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

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

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

border-color css

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

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

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