#40294D

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

Shades of Jagger #40294D

Tints of Jagger #40294D

Color information

#40294D (or 0x40294D) is unknown color: approx Jagger. HEX triplet: 40, 29 and 4D. RGB value is (64,41,77). Sum of RGB (Red+Green+Blue) = 64+41+77=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #40294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40294D is #BFD6B2. Grayscale: #333333. Windows color (decimal): -12572339 or 5056832. OLE color: 5056832.

HSL color Cylindrical-coordinate representation of color #40294D: hue angle of 278.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40294D is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB644177-
CMYK0.170.4700.70
HSL278.33º30.51%23.14%-
HSV(B)278.33º46.75%30.2%-
XYZ4.253.217.42-
YUV51.98142.12136.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=35.16%
G=22.53%
B=42.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6441770.170.4700.70278.3330.5123.14
Hex40294D112F0461161f17
Octal10051115215701064263727
Binary1000000101001100110110001101111010001101000101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40294D; }

 p { color: rgb(64,41,77); }

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

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

 a { background-color: rgb(64,41,77); }

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

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

 span { border-color: rgb(64,41,77); }

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