#407799

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

Shades of Jelly Bean #407799

Tints of Jelly Bean #407799

Color information

#407799 (or 0x407799) is unknown color: approx Jelly Bean. HEX triplet: 40, 77 and 99. RGB value is (64,119,153). Sum of RGB (Red+Green+Blue) = 64+119+153=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #407799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407799 is #BF8866. Grayscale: #6A6A6A. Windows color (decimal): -12552295 or 10057536. OLE color: 10057536.

HSL color Cylindrical-coordinate representation of color #407799: hue angle of 202.92º 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 #407799 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB64119153-
CMYK0.580.2200.4
HSL202.92º41.01%42.55%-
HSV(B)202.92º58.17%60%-
XYZ14.4616.5832.58-
YUV106.43154.2897.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=19.05%
G=35.42%
B=45.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641191530.580.2200.4202.9241.0142.55
Hex4077993A16028cb292b
Octal10016723172260503135153
Binary100000011101111001100111101010110010100011001011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407799; }

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

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

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

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

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

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

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

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