#40758F

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

Shades of Jelly Bean #40758F

Tints of Jelly Bean #40758F

Color information

#40758F (or 0x40758F) is unknown color: approx Jelly Bean. HEX triplet: 40, 75 and 8F. RGB value is (64,117,143). Sum of RGB (Red+Green+Blue) = 64+117+143=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #40758F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40758F is #BF8A70. Grayscale: #676767. Windows color (decimal): -12552817 or 9401664. OLE color: 9401664.

HSL color Cylindrical-coordinate representation of color #40758F: hue angle of 199.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40758F is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB64117143-
CMYK0.550.1800.44
HSL199.75º38.16%40.59%-
HSV(B)199.75º55.24%56.08%-
XYZ13.4315.828.33-
YUV104.12149.9499.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=19.75%
G=36.11%
B=44.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641171430.550.1800.44199.7538.1640.59
Hex40758F371202Cc82629
Octal10016521767220543104651
Binary100000011101011000111111011110010010110011001000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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