#424148

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

Shades of Payne's Grey #424148

Tints of Payne's Grey #424148

Color information

#424148 (or 0x424148) is unknown color: approx Payne's Grey. HEX triplet: 42, 41 and 48. RGB value is (66,65,72). Sum of RGB (Red+Green+Blue) = 66+65+72=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 72 - color contains mainly: blue. Hex color #424148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424148 is #BDBEB7. Grayscale: #424242. Windows color (decimal): -12435128 or 4735298. OLE color: 4735298.

HSL color Cylindrical-coordinate representation of color #424148: hue angle of 248.57º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424148 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB666572-
CMYK0.080.1000.72
HSL248.57º5.11%26.86%-
HSV(B)248.57º9.72%28.24%-
XYZ5.315.416.89-
YUV66.1131.33127.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 72 (28.52% from 255) = 35.47%
R=32.51%
G=32.02%
B=35.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6665720.080.1000.72248.575.1126.86
Hex4241488A048f951b
Octal10210111010120110371533
Binary10000101000001100100010001010010010001111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424148; }

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

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

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

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

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

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

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

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