#40314C

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

Shades of Jagger #40314C

Tints of Jagger #40314C

Color information

#40314C (or 0x40314C) is unknown color: approx Jagger. HEX triplet: 40, 31 and 4C. RGB value is (64,49,76). Sum of RGB (Red+Green+Blue) = 64+49+76=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #40314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40314C is #BFCEB3. Grayscale: #383838. Windows color (decimal): -12570292 or 4993344. OLE color: 4993344.

HSL color Cylindrical-coordinate representation of color #40314C: hue angle of 273.33º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40314C is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB644976-
CMYK0.160.3600.70
HSL273.33º21.6%24.51%-
HSV(B)273.33º35.53%29.8%-
XYZ4.523.817.33-
YUV56.56138.97133.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=33.86%
G=25.93%
B=40.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6449760.160.3600.70273.3321.624.51
Hex40314C10240461111619
Octal10061114204401064212631
Binary1000000110001100110010000100100010001101000100011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40314C; }

 p { color: rgb(64,49,76); }

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

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

 a { background-color: rgb(64,49,76); }

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

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

 span { border-color: rgb(64,49,76); }

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