#454650

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

Shades of Payne's Grey #454650

Tints of Payne's Grey #454650

Color information

#454650 (or 0x454650) is unknown color: approx Payne's Grey. HEX triplet: 45, 46 and 50. RGB value is (69,70,80). Sum of RGB (Red+Green+Blue) = 69+70+80=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #454650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454650 is #BAB9AF. Grayscale: #464646. Windows color (decimal): -12237232 or 5260869. OLE color: 5260869.

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

Color convert

RGB697080-
CMYK0.140.1200.69
HSL234.55º7.38%29.22%-
HSV(B)234.55º13.75%31.37%-
XYZ6.096.228.47-
YUV70.84133.17126.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=31.51%
G=31.96%
B=36.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6970800.140.1200.69234.557.3829.22
Hex454650EC045eb71d
Octal10510612016140105353735
Binary10001011000110101000011101100010001011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454650; }

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

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

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

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

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

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

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

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