#41414F

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

Shades of Payne's Grey #41414F

Tints of Payne's Grey #41414F

Color information

#41414F (or 0x41414F) is unknown color: approx Payne's Grey. HEX triplet: 41, 41 and 4F. RGB value is (65,65,79). Sum of RGB (Red+Green+Blue) = 65+65+79=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 65 (25.78% from 255 or 31.10% 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 #41414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41414F is #BEBEB0. Grayscale: #424242. Windows color (decimal): -12500657 or 5194049. OLE color: 5194049.

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

Color convert

RGB656579-
CMYK0.180.1800.69
HSL240º9.72%28.24%-
HSV(B)240º17.72%30.98%-
XYZ5.485.478.16-
YUV66.6135126.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=31.10%
G=31.10%
B=37.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6565790.180.1800.692409.7228.24
Hex41414F1212045f0a1c
Octal101101117222201053601234
Binary10000011000001100111110010100100100010111110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,65,79); }

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

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

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

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

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

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

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