#44454E

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

Shades of Payne's Grey #44454E

Tints of Payne's Grey #44454E

Color information

#44454E (or 0x44454E) is unknown color: approx Payne's Grey. HEX triplet: 44, 45 and 4E. RGB value is (68,69,78). Sum of RGB (Red+Green+Blue) = 68+69+78=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 78 - color contains mainly: blue. Hex color #44454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44454E is #BBBAB1. Grayscale: #454545. Windows color (decimal): -12303026 or 5129540. OLE color: 5129540.

HSL color Cylindrical-coordinate representation of color #44454E: hue angle of 234º 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 #44454E is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB686978-
CMYK0.130.1200.69
HSL234º6.85%28.63%-
HSV(B)234º12.82%30.59%-
XYZ5.896.048.06-
YUV69.73132.67126.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=31.63%
G=32.09%
B=36.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6869780.130.1200.692346.8528.63
Hex44454EDC045ea71d
Octal10410511615140105352735
Binary10001001000101100111011011100010001011110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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