#454B45

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

Shades of Grey-Asparagus #454B45

Tints of Grey-Asparagus #454B45

Color information

#454B45 (or 0x454B45) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 4B and 45. RGB value is (69,75,69). Sum of RGB (Red+Green+Blue) = 69+75+69=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 75 - color contains mainly: green. Hex color #454B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B45 is #BAB4BA. Grayscale: #484848. Windows color (decimal): -12235963 or 4541253. OLE color: 4541253.

HSL color Cylindrical-coordinate representation of color #454B45: hue angle of 120º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #454B45 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB697569-
CMYK0.0800.080.71
HSL120º4.17%28.24%-
HSV(B)120º8%29.41%-
XYZ6.046.736.61-
YUV72.52126.01125.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.39%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 69 (27.34% from 255) = 32.39%
R=32.39%
G=35.21%
B=32.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6975690.0800.080.711204.1728.24
Hex454B45808477841c
Octal10511310510010107170434
Binary1000101100101110001011000010001000111111100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,75,69); }

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

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

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

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

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

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

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