#40758C

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

Shades of Jelly Bean #40758C

Tints of Jelly Bean #40758C

Color information

#40758C (or 0x40758C) is unknown color: approx Jelly Bean. HEX triplet: 40, 75 and 8C. RGB value is (64,117,140). Sum of RGB (Red+Green+Blue) = 64+117+140=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #40758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40758C is #BF8A73. Grayscale: #676767. Windows color (decimal): -12552820 or 9205056. OLE color: 9205056.

HSL color Cylindrical-coordinate representation of color #40758C: hue angle of 198.16º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40758C is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64117140-
CMYK0.540.1600.45
HSL198.16º37.25%40%-
HSV(B)198.16º54.29%54.9%-
XYZ13.2115.7127.15-
YUV103.78148.4499.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=19.94%
G=36.45%
B=43.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641171400.540.1600.45198.1637.2540
Hex40758C361002Dc62528
Octal10016521466200553064550
Binary100000011101011000110011011010000010110111000110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40758C; }

 p { color: rgb(64,117,140); }

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

<style>
 a { background-color: #40758C; }

 a { background-color: rgb(64,117,140); }

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

<style>
 span { border-color: #40758C; }

 span { border-color: rgb(64,117,140); }

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