#40768E

Color #40768E Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #40768E

Tints of Jelly Bean #40768E

Color information

#40768E (or 0x40768E) is unknown color: approx Jelly Bean. HEX triplet: 40, 76 and 8E. RGB value is (64,118,142). Sum of RGB (Red+Green+Blue) = 64+118+142=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #40768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40768E is #BF8971. Grayscale: #686868. Windows color (decimal): -12552562 or 9336384. OLE color: 9336384.

HSL color Cylindrical-coordinate representation of color #40768E: hue angle of 198.46º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40768E is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB64118142-
CMYK0.550.1700.44
HSL198.46º37.86%40.39%-
HSV(B)198.46º54.93%55.69%-
XYZ13.481627.97-
YUV104.59149.1199.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=19.75%
G=36.42%
B=43.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641181420.550.1700.44198.4637.8640.39
Hex40768E371102Cc62628
Octal10016621667210543064650
Binary100000011101101000111011011110001010110011000110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40768E; }

 p { color: rgb(64,118,142); }

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

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

 a { background-color: rgb(64,118,142); }

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

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

 span { border-color: rgb(64,118,142); }

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