#414050

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

Shades of Payne's Grey #414050

Tints of Payne's Grey #414050

Color information

#414050 (or 0x414050) is unknown color: approx Payne's Grey. HEX triplet: 41, 40 and 50. RGB value is (65,64,80). Sum of RGB (Red+Green+Blue) = 65+64+80=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #414050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414050 is #BEBFAF. Grayscale: #424242. Windows color (decimal): -12500912 or 5259329. OLE color: 5259329.

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

Color convert

RGB656480-
CMYK0.190.2000.69
HSL243.75º11.11%28.24%-
HSV(B)243.75º20%31.37%-
XYZ5.465.378.34-
YUV66.12135.83127.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=31.10%
G=30.62%
B=38.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6564800.190.2000.69243.7511.1128.24
Hex4140501314045f4b1c
Octal101100120232401053641334
Binary10000011000000101000010011101000100010111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414050; }

 p { color: rgb(65,64,80); }

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

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

 a { background-color: rgb(65,64,80); }

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

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

 span { border-color: rgb(65,64,80); }

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