#414254

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

Shades of Payne's Grey #414254

Tints of Payne's Grey #414254

Color information

#414254 (or 0x414254) is unknown color: approx Payne's Grey. HEX triplet: 41, 42 and 54. RGB value is (65,66,84). Sum of RGB (Red+Green+Blue) = 65+66+84=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #414254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414254 is #BEBDAB. Grayscale: #434343. Windows color (decimal): -12500396 or 5521985. OLE color: 5521985.

HSL color Cylindrical-coordinate representation of color #414254: hue angle of 236.84º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #414254 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB656684-
CMYK0.230.2100.67
HSL236.84º12.75%29.22%-
HSV(B)236.84º22.62%32.94%-
XYZ5.735.669.18-
YUV67.75137.17126.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=30.23%
G=30.70%
B=39.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6566840.230.2100.67236.8412.7529.22
Hex4142541715043edd1d
Octal101102124272501033551535
Binary10000011000010101010010111101010100001111101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414254; }

 p { color: rgb(65,66,84); }

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

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

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

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

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

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

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