#44444C

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

Shades of Payne's Grey #44444C

Tints of Payne's Grey #44444C

Color information

#44444C (or 0x44444C) is unknown color: approx Payne's Grey. HEX triplet: 44, 44 and 4C. RGB value is (68,68,76). Sum of RGB (Red+Green+Blue) = 68+68+76=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #44444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44444C is #BBBBB3. Grayscale: #444444. Windows color (decimal): -12303284 or 4998212. OLE color: 4998212.

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

Color convert

RGB686876-
CMYK0.110.1100.70
HSL240º5.56%28.24%-
HSV(B)240º10.53%29.8%-
XYZ5.765.887.67-
YUV68.91132127.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=32.08%
G=32.08%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6868760.110.1100.702405.5628.24
Hex44444CBB046f061c
Octal10410411413130106360634
Binary10001001000100100110010111011010001101111000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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