#42404B

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

Shades of Grape #42404B

Tints of Grape #42404B

Color information

#42404B (or 0x42404B) is unknown color: approx Grape. HEX triplet: 42, 40 and 4B. RGB value is (66,64,75). Sum of RGB (Red+Green+Blue) = 66+64+75=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 75 - color contains mainly: blue. Hex color #42404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42404B is #BDBFB4. Grayscale: #414141. Windows color (decimal): -12435381 or 4931650. OLE color: 4931650.

HSL color Cylindrical-coordinate representation of color #42404B: hue angle of 250.91º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #42404B is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB666475-
CMYK0.120.1500.71
HSL250.91º7.91%27.25%-
HSV(B)250.91º14.67%29.41%-
XYZ5.355.337.4-
YUV65.85133.16128.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=32.20%
G=31.22%
B=36.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6664750.120.1500.71250.917.9127.25
Hex42404BCF047fb81b
Octal102100113141701073731033
Binary100001010000001001011110011110100011111111011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42404B; }

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

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

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

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

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

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

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

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