#45454C

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

Shades of Payne's Grey #45454C

Tints of Payne's Grey #45454C

Color information

#45454C (or 0x45454C) is unknown color: approx Payne's Grey. HEX triplet: 45, 45 and 4C. RGB value is (69,69,76). Sum of RGB (Red+Green+Blue) = 69+69+76=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #45454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45454C is #BABAB3. Grayscale: #454545. Windows color (decimal): -12237492 or 4998469. OLE color: 4998469.

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

Color convert

RGB696976-
CMYK0.090.0900.70
HSL240º4.83%28.43%-
HSV(B)240º9.21%29.8%-
XYZ5.896.047.69-
YUV69.8131.5127.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.24%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=32.24%
G=32.24%
B=35.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6969760.090.0900.702404.8328.43
Hex45454C99046f051c
Octal10510511411110106360534
Binary10001011000101100110010011001010001101111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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