#414046

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

Shades of Grape #414046

Tints of Grape #414046

Color information

#414046 (or 0x414046) is unknown color: approx Grape. HEX triplet: 41, 40 and 46. RGB value is (65,64,70). Sum of RGB (Red+Green+Blue) = 65+64+70=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 70 - color contains mainly: blue. Hex color #414046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414046 is #BEBFB9. Grayscale: #404040. Windows color (decimal): -12500922 or 4603969. OLE color: 4603969.

HSL color Cylindrical-coordinate representation of color #414046: hue angle of 250º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #414046 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB656470-
CMYK0.070.0900.73
HSL250º4.48%26.27%-
HSV(B)250º8.57%27.45%-
XYZ5.125.236.53-
YUV64.98130.83128.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=32.66%
G=32.16%
B=35.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6564700.070.0900.732504.4826.27
Hex41404679049fa41a
Octal1011001067110111372432
Binary1000001100000010001101111001010010011111101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414046; }

 p { color: rgb(65,64,70); }

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

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

 a { background-color: rgb(65,64,70); }

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

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

 span { border-color: rgb(65,64,70); }

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