#40799E

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

Shades of Jelly Bean #40799E

Tints of Jelly Bean #40799E

Color information

#40799E (or 0x40799E) is unknown color: approx Jelly Bean. HEX triplet: 40, 79 and 9E. RGB value is (64,121,158). Sum of RGB (Red+Green+Blue) = 64+121+158=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #40799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40799E is #BF8661. Grayscale: #6B6B6B. Windows color (decimal): -12551778 or 10385728. OLE color: 10385728.

HSL color Cylindrical-coordinate representation of color #40799E: hue angle of 203.62º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40799E is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64121158-
CMYK0.590.2300.38
HSL203.62º42.34%43.53%-
HSV(B)203.62º59.49%61.96%-
XYZ15.1217.2334.88-
YUV108.18156.1296.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=18.66%
G=35.28%
B=46.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641211580.590.2300.38203.6242.3443.53
Hex40799E3B17026cc2a2c
Octal10017123673270463145254
Binary100000011110011001111011101110111010011011001100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,121,158); }

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

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

 a { background-color: rgb(64,121,158); }

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

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

 span { border-color: rgb(64,121,158); }

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