#424248

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

Shades of Payne's Grey #424248

Tints of Payne's Grey #424248

Color information

#424248 (or 0x424248) is unknown color: approx Payne's Grey. HEX triplet: 42, 42 and 48. RGB value is (66,66,72). Sum of RGB (Red+Green+Blue) = 66+66+72=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 72 - color contains mainly: blue. Hex color #424248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424248 is #BDBDB7. Grayscale: #424242. Windows color (decimal): -12434872 or 4735554. OLE color: 4735554.

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

Color convert

RGB666672-
CMYK0.080.0800.72
HSL240º4.35%27.06%-
HSV(B)240º8.33%28.24%-
XYZ5.365.526.91-
YUV66.68131127.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=32.35%
G=32.35%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6666720.080.0800.722404.3527.06
Hex42424888048f041b
Octal10210211010100110360433
Binary10000101000010100100010001000010010001111000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424248; }

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

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

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

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

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

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

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

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