#40789D

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

Shades of Jelly Bean #40789D

Tints of Jelly Bean #40789D

Color information

#40789D (or 0x40789D) is unknown color: approx Jelly Bean. HEX triplet: 40, 78 and 9D. RGB value is (64,120,157). Sum of RGB (Red+Green+Blue) = 64+120+157=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #40789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40789D is #BF8762. Grayscale: #6B6B6B. Windows color (decimal): -12552035 or 10319936. OLE color: 10319936.

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

Color convert

RGB64120157-
CMYK0.590.2400.38
HSL203.87º42.08%43.33%-
HSV(B)203.87º59.24%61.57%-
XYZ14.9216.9634.39-
YUV107.47155.9596.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.77%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 157 (61.72% from 255) = 46.04%
R=18.77%
G=35.19%
B=46.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641201570.590.2400.38203.8742.0843.33
Hex40789D3B18026cc2a2b
Octal10017023573300463145253
Binary100000011110001001110111101111000010011011001100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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