#407986

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

Shades of Jelly Bean #407986

Tints of Jelly Bean #407986

Color information

#407986 (or 0x407986) is unknown color: approx Jelly Bean. HEX triplet: 40, 79 and 86. RGB value is (64,121,134). Sum of RGB (Red+Green+Blue) = 64+121+134=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #407986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407986 is #BF8679. Grayscale: #696969. Windows color (decimal): -12551802 or 8812864. OLE color: 8812864.

HSL color Cylindrical-coordinate representation of color #407986: hue angle of 191.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407986 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB64121134-
CMYK0.520.1000.47
HSL191.14º35.35%38.82%-
HSV(B)191.14º52.24%52.55%-
XYZ13.2516.4925.04-
YUV105.44144.1298.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=20.06%
G=37.93%
B=42.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641211340.520.1000.47191.1435.3538.82
Hex40798634A02Fbf2327
Octal10017120664120572774347
Binary10000001111001100001101101001010010111110111111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407986; }

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

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

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

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

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

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

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

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