#45464C

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

Shades of Payne's Grey #45464C

Tints of Payne's Grey #45464C

Color information

#45464C (or 0x45464C) is unknown color: approx Payne's Grey. HEX triplet: 45, 46 and 4C. RGB value is (69,70,76). Sum of RGB (Red+Green+Blue) = 69+70+76=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #45464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45464C is #BAB9B3. Grayscale: #464646. Windows color (decimal): -12237236 or 4998725. OLE color: 4998725.

HSL color Cylindrical-coordinate representation of color #45464C: hue angle of 231.43º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #45464C is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB697076-
CMYK0.090.0800.70
HSL231.43º4.83%28.43%-
HSV(B)231.43º9.21%29.8%-
XYZ5.956.177.71-
YUV70.38131.17127.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=32.09%
G=32.56%
B=35.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6970760.090.0800.70231.434.8328.43
Hex45464C98046e751c
Octal10510611411100106347534
Binary10001011000110100110010011000010001101110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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