#454547

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

Shades of Payne's Grey #454547

Tints of Payne's Grey #454547

Color information

#454547 (or 0x454547) is unknown color: approx Payne's Grey. HEX triplet: 45, 45 and 47. RGB value is (69,69,71). Sum of RGB (Red+Green+Blue) = 69+69+71=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 71 - color contains mainly: blue. Hex color #454547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454547 is #BABAB8. Grayscale: #454545. Windows color (decimal): -12237497 or 4670789. OLE color: 4670789.

HSL color Cylindrical-coordinate representation of color #454547: hue angle of 240º degrees, saturation: 0.01, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #454547 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB696971-
CMYK0.030.0300.72
HSL240º1.43%27.45%-
HSV(B)240º2.82%27.84%-
XYZ5.725.986.81-
YUV69.23129127.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.01%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 71 (28.12% from 255) = 33.97%
R=33.01%
G=33.01%
B=33.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6969710.030.0300.722401.4327.45
Hex45454733048f011b
Octal105105107330110360133
Binary10001011000101100011111110100100011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454547; }

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

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

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

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

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

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

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

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