#40799B

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

Shades of Jelly Bean #40799B

Tints of Jelly Bean #40799B

Color information

#40799B (or 0x40799B) is unknown color: approx Jelly Bean. HEX triplet: 40, 79 and 9B. RGB value is (64,121,155). Sum of RGB (Red+Green+Blue) = 64+121+155=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #40799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40799B is #BF8664. Grayscale: #6B6B6B. Windows color (decimal): -12551781 or 10189120. OLE color: 10189120.

HSL color Cylindrical-coordinate representation of color #40799B: hue angle of 202.42º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40799B is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB64121155-
CMYK0.590.2200.39
HSL202.42º41.55%42.94%-
HSV(B)202.42º58.71%60.78%-
XYZ14.8717.1333.53-
YUV107.83154.6296.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.82%
GREEN value IS 121 (47.66% from 255) = 35.59%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=18.82%
G=35.59%
B=45.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641211550.590.2200.39202.4241.5542.94
Hex40799B3B16027ca2a2b
Octal10017123373260473125253
Binary100000011110011001101111101110110010011111001010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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