#44454D

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

Shades of Payne's Grey #44454D

Tints of Payne's Grey #44454D

Color information

#44454D (or 0x44454D) is unknown color: approx Payne's Grey. HEX triplet: 44, 45 and 4D. RGB value is (68,69,77). Sum of RGB (Red+Green+Blue) = 68+69+77=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #44454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44454D is #BBBAB2. Grayscale: #454545. Windows color (decimal): -12303027 or 5064004. OLE color: 5064004.

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

Color convert

RGB686977-
CMYK0.120.1000.70
HSL233.33º6.21%28.43%-
HSV(B)233.33º11.69%30.2%-
XYZ5.856.027.87-
YUV69.61132.17126.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=31.78%
G=32.24%
B=35.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6869770.120.1000.70233.336.2128.43
Hex44454DCA046e961c
Octal10410511514120106351634
Binary10001001000101100110111001010010001101110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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