#407494

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

Shades of Jelly Bean #407494

Tints of Jelly Bean #407494

Color information

#407494 (or 0x407494) is unknown color: approx Jelly Bean. HEX triplet: 40, 74 and 94. RGB value is (64,116,148). Sum of RGB (Red+Green+Blue) = 64+116+148=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #407494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407494 is #BF8B6B. Grayscale: #676767. Windows color (decimal): -12553068 or 9729088. OLE color: 9729088.

HSL color Cylindrical-coordinate representation of color #407494: hue angle of 202.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #407494 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64116148-
CMYK0.570.2200.42
HSL202.86º39.62%41.57%-
HSV(B)202.86º56.76%58.04%-
XYZ13.7115.7230.33-
YUV104.1152.7799.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.51%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=19.51%
G=35.37%
B=45.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641161480.570.2200.42202.8639.6241.57
Hex407494391602Acb282a
Octal10016422471260523135052
Binary100000011101001001010011100110110010101011001011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407494; }

 p { color: rgb(64,116,148); }

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

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

 a { background-color: rgb(64,116,148); }

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

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

 span { border-color: rgb(64,116,148); }

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