#40374A

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

Shades of Jagger #40374A

Tints of Jagger #40374A

Color information

#40374A (or 0x40374A) is unknown color: approx Jagger. HEX triplet: 40, 37 and 4A. RGB value is (64,55,74). Sum of RGB (Red+Green+Blue) = 64+55+74=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 74 - color contains mainly: blue. Hex color #40374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40374A is #BFC8B5. Grayscale: #3B3B3B. Windows color (decimal): -12568758 or 4863808. OLE color: 4863808.

HSL color Cylindrical-coordinate representation of color #40374A: hue angle of 268.42º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #40374A is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB645574-
CMYK0.140.2600.71
HSL268.42º14.73%25.29%-
HSV(B)268.42º25.68%29.02%-
XYZ4.724.327.06-
YUV59.86135.98130.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=33.16%
G=28.50%
B=38.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6455740.140.2600.71268.4214.7325.29
Hex40374AE1A04710cf19
Octal10067112163201074141731
Binary1000000110111100101011101101001000111100001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40374A; }

 p { color: rgb(64,55,74); }

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

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

 a { background-color: rgb(64,55,74); }

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

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

 span { border-color: rgb(64,55,74); }

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