#45464F

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

Shades of Payne's Grey #45464F

Tints of Payne's Grey #45464F

Color information

#45464F (or 0x45464F) is unknown color: approx Payne's Grey. HEX triplet: 45, 46 and 4F. RGB value is (69,70,79). Sum of RGB (Red+Green+Blue) = 69+70+79=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #45464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45464F is #BAB9B0. Grayscale: #464646. Windows color (decimal): -12237233 or 5195333. OLE color: 5195333.

HSL color Cylindrical-coordinate representation of color #45464F: hue angle of 234º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #45464F is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB697079-
CMYK0.130.1100.69
HSL234º6.76%29.02%-
HSV(B)234º12.66%30.98%-
XYZ6.066.218.28-
YUV70.73132.67126.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.65%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=31.65%
G=32.11%
B=36.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6970790.130.1100.692346.7629.02
Hex45464FDB045ea71d
Octal10510611715130105352735
Binary10001011000110100111111011011010001011110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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