#455046

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

Shades of Grey-Asparagus #455046

Tints of Grey-Asparagus #455046

Color information

#455046 (or 0x455046) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 50 and 46. RGB value is (69,80,70). Sum of RGB (Red+Green+Blue) = 69+80+70=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #455046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455046 is #BAAFB9. Grayscale: #4B4B4B. Windows color (decimal): -12234682 or 4608069. OLE color: 4608069.

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

Color convert

RGB698070-
CMYK0.1400.120.69
HSL125.45º7.38%29.22%-
HSV(B)125.45º13.75%31.37%-
XYZ6.437.446.89-
YUV75.57124.86123.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=31.51%
G=36.53%
B=31.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980700.1400.120.69125.457.3829.22
Hex455046E0C457d71d
Octal10512010616014105175735
Binary1000101101000010001101110011001000101111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455046; }

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

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

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

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

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

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

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

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