#44454A

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

Shades of Payne's Grey #44454A

Tints of Payne's Grey #44454A

Color information

#44454A (or 0x44454A) is unknown color: approx Payne's Grey. HEX triplet: 44, 45 and 4A. RGB value is (68,69,74). Sum of RGB (Red+Green+Blue) = 68+69+74=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 74 - color contains mainly: blue. Hex color #44454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44454A is #BBBAB5. Grayscale: #454545. Windows color (decimal): -12303030 or 4867396. OLE color: 4867396.

HSL color Cylindrical-coordinate representation of color #44454A: hue angle of 230º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #44454A is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB686974-
CMYK0.080.0700.71
HSL230º4.23%27.84%-
HSV(B)230º8.11%29.02%-
XYZ5.755.987.33-
YUV69.27130.67127.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=32.23%
G=32.70%
B=35.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6869740.080.0700.712304.2327.84
Hex44454A87047e641c
Octal1041051121070107346434
Binary1000100100010110010101000111010001111110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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