#40424F

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

Shades of Payne's Grey #40424F

Tints of Payne's Grey #40424F

Color information

#40424F (or 0x40424F) is unknown color: approx Payne's Grey. HEX triplet: 40, 42 and 4F. RGB value is (64,66,79). Sum of RGB (Red+Green+Blue) = 64+66+79=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #40424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40424F is #BFBDB0. Grayscale: #424242. Windows color (decimal): -12565937 or 5194304. OLE color: 5194304.

HSL color Cylindrical-coordinate representation of color #40424F: hue angle of 232º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #40424F is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB646679-
CMYK0.190.1600.69
HSL232º10.49%28.04%-
HSV(B)232º18.99%30.98%-
XYZ5.475.558.18-
YUV66.88134.84125.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=30.62%
G=31.58%
B=37.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6466790.190.1600.6923210.4928.04
Hex40424F1310045e8a1c
Octal100102117232001053501234
Binary10000001000010100111110011100000100010111101000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40424F; }

 p { color: rgb(64,66,79); }

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

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

 a { background-color: rgb(64,66,79); }

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

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

 span { border-color: rgb(64,66,79); }

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