#45464E

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

Shades of Payne's Grey #45464E

Tints of Payne's Grey #45464E

Color information

#45464E (or 0x45464E) is unknown color: approx Payne's Grey. HEX triplet: 45, 46 and 4E. RGB value is (69,70,78). Sum of RGB (Red+Green+Blue) = 69+70+78=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 78 - color contains mainly: blue. Hex color #45464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45464E is #BAB9B1. Grayscale: #464646. Windows color (decimal): -12237234 or 5129797. OLE color: 5129797.

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

Color convert

RGB697078-
CMYK0.120.1000.69
HSL233.33º6.12%28.82%-
HSV(B)233.33º11.54%30.59%-
XYZ6.026.28.09-
YUV70.61132.17126.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=31.80%
G=32.26%
B=35.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6970780.120.1000.69233.336.1228.82
Hex45464ECA045e961d
Octal10510611614120105351635
Binary10001011000110100111011001010010001011110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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