#45454E

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

Shades of Payne's Grey #45454E

Tints of Payne's Grey #45454E

Color information

#45454E (or 0x45454E) is unknown color: approx Payne's Grey. HEX triplet: 45, 45 and 4E. RGB value is (69,69,78). Sum of RGB (Red+Green+Blue) = 69+69+78=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 78 - color contains mainly: blue. Hex color #45454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45454E is #BABAB1. Grayscale: #454545. Windows color (decimal): -12237490 or 5129541. OLE color: 5129541.

HSL color Cylindrical-coordinate representation of color #45454E: hue angle of 240º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #45454E is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB696978-
CMYK0.120.1200.69
HSL240º6.12%28.82%-
HSV(B)240º11.54%30.59%-
XYZ5.966.078.07-
YUV70.03132.5127.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=31.94%
G=31.94%
B=36.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6969780.120.1200.692406.1228.82
Hex45454ECC045f061d
Octal10510511614140105360635
Binary10001011000101100111011001100010001011111000011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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