#45454B

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

Shades of Payne's Grey #45454B

Tints of Payne's Grey #45454B

Color information

#45454B (or 0x45454B) is unknown color: approx Payne's Grey. HEX triplet: 45, 45 and 4B. RGB value is (69,69,75). Sum of RGB (Red+Green+Blue) = 69+69+75=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #45454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45454B is #BABAB4. Grayscale: #454545. Windows color (decimal): -12237493 or 4932933. OLE color: 4932933.

HSL color Cylindrical-coordinate representation of color #45454B: hue angle of 240º 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 #45454B is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB696975-
CMYK0.080.0800.71
HSL240º4.17%28.24%-
HSV(B)240º8%29.41%-
XYZ5.856.037.51-
YUV69.68131127.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.39%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=32.39%
G=32.39%
B=35.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6969750.080.0800.712404.1728.24
Hex45454B88047f041c
Octal10510511310100107360434
Binary10001011000101100101110001000010001111111000010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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