#413E4B

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

Shades of Grape #413E4B

Tints of Grape #413E4B

Color information

#413E4B (or 0x413E4B) is unknown color: approx Grape. HEX triplet: 41, 3E and 4B. RGB value is (65,62,75). Sum of RGB (Red+Green+Blue) = 65+62+75=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #413E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E4B is #BEC1B4. Grayscale: #404040. Windows color (decimal): -12501429 or 4931137. OLE color: 4931137.

HSL color Cylindrical-coordinate representation of color #413E4B: hue angle of 253.85º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #413E4B is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB656275-
CMYK0.130.1700.71
HSL253.85º9.49%26.86%-
HSV(B)253.85º17.33%29.41%-
XYZ5.175.087.36-
YUV64.38133.99128.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.18%
GREEN value IS 62 (24.61% from 255) = 30.69%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=32.18%
G=30.69%
B=37.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6562750.130.1700.71253.859.4926.86
Hex413E4BD11047fe91b
Octal10176113152101073761133
Binary100000111111010010111101100010100011111111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413E4B; }

 p { color: rgb(65,62,75); }

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

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

 a { background-color: rgb(65,62,75); }

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

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

 span { border-color: rgb(65,62,75); }

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