#44444F

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

Shades of Payne's Grey #44444F

Tints of Payne's Grey #44444F

Color information

#44444F (or 0x44444F) is unknown color: approx Payne's Grey. HEX triplet: 44, 44 and 4F. RGB value is (68,68,79). Sum of RGB (Red+Green+Blue) = 68+68+79=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: blue. Hex color #44444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44444F is #BBBBB0. Grayscale: #454545. Windows color (decimal): -12303281 or 5194820. OLE color: 5194820.

HSL color Cylindrical-coordinate representation of color #44444F: hue angle of 240º 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 #44444F is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB686879-
CMYK0.140.1400.69
HSL240º7.48%28.82%-
HSV(B)240º13.92%30.98%-
XYZ5.865.938.23-
YUV69.25133.5127.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=31.63%
G=31.63%
B=36.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6868790.140.1400.692407.4828.82
Hex44444FEE045f071d
Octal10410411716160105360735
Binary10001001000100100111111101110010001011111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44444F; }

 p { color: rgb(68,68,79); }

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

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

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

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

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

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

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