#424048

Color #424048 Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #424048

Tints of Grape #424048

Color information

#424048 (or 0x424048) is unknown color: approx Grape. HEX triplet: 42, 40 and 48. RGB value is (66,64,72). Sum of RGB (Red+Green+Blue) = 66+64+72=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 72 - color contains mainly: blue. Hex color #424048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424048 is #BDBFB7. Grayscale: #414141. Windows color (decimal): -12435384 or 4735042. OLE color: 4735042.

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

Color convert

RGB666472-
CMYK0.080.1100.72
HSL255º5.88%26.67%-
HSV(B)255º11.11%28.24%-
XYZ5.255.296.88-
YUV65.51131.66128.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=32.67%
G=31.68%
B=35.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6664720.080.1100.722555.8826.67
Hex4240488B048ff61b
Octal10210011010130110377633
Binary10000101000000100100010001011010010001111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424048; }

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

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

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

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

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

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

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

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