#44454C

Color #44454C Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #44454C

Tints of Payne's Grey #44454C

Color information

#44454C (or 0x44454C) is unknown color: approx Payne's Grey. HEX triplet: 44, 45 and 4C. RGB value is (68,69,76). Sum of RGB (Red+Green+Blue) = 68+69+76=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 76 - color contains mainly: blue. Hex color #44454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44454C is #BBBAB3. Grayscale: #454545. Windows color (decimal): -12303028 or 4998468. OLE color: 4998468.

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

Color convert

RGB686976-
CMYK0.110.0900.70
HSL232.5º5.56%28.24%-
HSV(B)232.5º10.53%29.8%-
XYZ5.826.017.69-
YUV69.5131.67126.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=31.92%
G=32.39%
B=35.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6869760.110.0900.70232.55.5628.24
Hex44454CB9046e861c
Octal10410511413110106350634
Binary10001001000101100110010111001010001101110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44454C; }

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

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

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

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

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

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

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

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