#454F46

Color #454F46 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #454F46

Tints of Grey-Asparagus #454F46

Color information

#454F46 (or 0x454F46) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 4F and 46. RGB value is (69,79,70). Sum of RGB (Red+Green+Blue) = 69+79+70=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #454F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F46 is #BAB0B9. Grayscale: #4B4B4B. Windows color (decimal): -12234938 or 4607813. OLE color: 4607813.

HSL color Cylindrical-coordinate representation of color #454F46: hue angle of 126º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #454F46 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB697970-
CMYK0.1300.110.69
HSL126º6.76%29.02%-
HSV(B)126º12.66%30.98%-
XYZ6.367.36.87-
YUV74.98125.19123.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.65%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=31.65%
G=36.24%
B=32.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979700.1300.110.691266.7629.02
Hex454F46D0B457e71d
Octal10511710615013105176735
Binary1000101100111110001101101010111000101111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454F46; }

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

 H1.HeaderClassName
 {
   color: #454F46;
 }
 .AnyTagClassName
 {
   color: #454F46;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #454F46;
 }
 .BgClassName
 {
   background-color: #454F46;
 }
</style>
border-color css

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

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

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