Html Css Color HEX #464C45 Grey-Asparagus

📋 copy color: '#464C45'

red 70 ◦ green 76 ◦ blue 69

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

Shades of Grey-Asparagus #464C45

Tints of Grey-Asparagus #464C45

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.35%

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

R = 32.56%
G = 35.35%
B = 32.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#464C45 (or 0x464C45) is known color: Grey-Asparagus. HEX triplet: 46, 4C and 45. RGB value is (70,76,69). Sum of RGB (Red+Green+Blue) = 70+76+69=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 76 - color contains mainly: green. Hex color #464C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C45 is #B9B3BA. Grayscale: #494949. Windows color (decimal): -12170171 or 4541510. OLE color: 4541510.

HSL color Cylindrical-coordinate representation of color #464C45: hue angle of 111.43º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #464C45 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 76 69 -
CMYK 0.08 0 0.09 0.70
HSL 111.43º 0.05% 0.28% -
HSV(B) 111.43º 0.09% 0.3% -
XYZ 6.18 6.9 6.64 -
YUV 73.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 70 76 69 0.08 0 0.09 0.70 111.43 0.05 0.28
Hex 46 4C 45 8 0 9 46 6F 5 1C
Octal 106 114 105 10 0 11 106 157 5 34
Binary 1000110 1001100 1000101 1000 0 1001 1000110 1101111 101 11100

Color Harmonies of #464C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C45

Black with #464C45

Text Example


Text Example

White with #464C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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