#454651

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

Shades of Payne's Grey #454651

Tints of Payne's Grey #454651

Color information

#454651 (or 0x454651) is unknown color: approx Payne's Grey. HEX triplet: 45, 46 and 51. RGB value is (69,70,81). Sum of RGB (Red+Green+Blue) = 69+70+81=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 81 - color contains mainly: blue. Hex color #454651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454651 is #BAB9AE. Grayscale: #464646. Windows color (decimal): -12237231 or 5326405. OLE color: 5326405.

HSL color Cylindrical-coordinate representation of color #454651: hue angle of 235º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #454651 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB697081-
CMYK0.150.1400.68
HSL235º8%29.41%-
HSV(B)235º14.81%31.76%-
XYZ6.136.248.67-
YUV70.96133.67126.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=31.36%
G=31.82%
B=36.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6970810.150.1400.68235829.41
Hex454651FE044eb81d
Octal105106121171601043531035
Binary100010110001101010001111111100100010011101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454651; }

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

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

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

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

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

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

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

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