#414248

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

Shades of Payne's Grey #414248

Tints of Payne's Grey #414248

Color information

#414248 (or 0x414248) is unknown color: approx Payne's Grey. HEX triplet: 41, 42 and 48. RGB value is (65,66,72). Sum of RGB (Red+Green+Blue) = 65+66+72=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 66 (26.17% from 255 or 32.51% 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 #414248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414248 is #BEBDB7. Grayscale: #424242. Windows color (decimal): -12500408 or 4735553. OLE color: 4735553.

HSL color Cylindrical-coordinate representation of color #414248: hue angle of 231.43º 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 #414248 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB656672-
CMYK0.100.0800.72
HSL231.43º5.11%26.86%-
HSV(B)231.43º9.72%28.24%-
XYZ5.35.496.91-
YUV66.38131.17127.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6566720.100.0800.72231.435.1126.86
Hex414248A8048e751b
Octal10110211012100110347533
Binary10000011000010100100010101000010010001110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414248; }

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

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

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

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

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

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

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

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