#407699

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

Shades of Jelly Bean #407699

Tints of Jelly Bean #407699

Color information

#407699 (or 0x407699) is unknown color: approx Jelly Bean. HEX triplet: 40, 76 and 99. RGB value is (64,118,153). Sum of RGB (Red+Green+Blue) = 64+118+153=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #407699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407699 is #BF8966. Grayscale: #696969. Windows color (decimal): -12552551 or 10057280. OLE color: 10057280.

HSL color Cylindrical-coordinate representation of color #407699: hue angle of 203.6º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #407699 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB64118153-
CMYK0.580.2300.4
HSL203.6º41.01%42.55%-
HSV(B)203.6º58.17%60%-
XYZ14.3416.3532.54-
YUV105.84154.6198.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.10%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=19.10%
G=35.22%
B=45.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641181530.580.2300.4203.641.0142.55
Hex4076993A17028cc292b
Octal10016623172270503145153
Binary100000011101101001100111101010111010100011001100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407699; }

 p { color: rgb(64,118,153); }

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

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

 a { background-color: rgb(64,118,153); }

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

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

 span { border-color: rgb(64,118,153); }

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