#40789B

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

Shades of Jelly Bean #40789B

Tints of Jelly Bean #40789B

Color information

#40789B (or 0x40789B) is unknown color: approx Jelly Bean. HEX triplet: 40, 78 and 9B. RGB value is (64,120,155). Sum of RGB (Red+Green+Blue) = 64+120+155=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #40789B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40789B is #BF8764. Grayscale: #6B6B6B. Windows color (decimal): -12552037 or 10188864. OLE color: 10188864.

HSL color Cylindrical-coordinate representation of color #40789B: hue angle of 203.08º 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 #40789B is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB64120155-
CMYK0.590.2300.39
HSL203.08º41.55%42.94%-
HSV(B)203.08º58.71%60.78%-
XYZ14.7516.8933.49-
YUV107.25154.9597.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=18.88%
G=35.40%
B=45.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641201550.590.2300.39203.0841.5542.94
Hex40789B3B17027cb2a2b
Octal10017023373270473135253
Binary100000011110001001101111101110111010011111001011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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