#454549

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

Shades of Payne's Grey #454549

Tints of Payne's Grey #454549

Color information

#454549 (or 0x454549) is unknown color: approx Payne's Grey. HEX triplet: 45, 45 and 49. RGB value is (69,69,73). Sum of RGB (Red+Green+Blue) = 69+69+73=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 73 - color contains mainly: blue. Hex color #454549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454549 is #BABAB6. Grayscale: #454545. Windows color (decimal): -12237495 or 4801861. OLE color: 4801861.

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

Color convert

RGB696973-
CMYK0.050.0500.71
HSL240º2.82%27.84%-
HSV(B)240º5.48%28.63%-
XYZ5.7867.16-
YUV69.46130127.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.70%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=32.70%
G=32.70%
B=34.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6969730.050.0500.712402.8227.84
Hex45454955047f031c
Octal105105111550107360334
Binary10001011000101100100110110101000111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454549; }

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

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

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

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

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

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

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

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