#407395

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

Shades of Jelly Bean #407395

Tints of Jelly Bean #407395

Color information

#407395 (or 0x407395) is unknown color: approx Jelly Bean. HEX triplet: 40, 73 and 95. RGB value is (64,115,149). Sum of RGB (Red+Green+Blue) = 64+115+149=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #407395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407395 is #BF8C6A. Grayscale: #676767. Windows color (decimal): -12553323 or 9794368. OLE color: 9794368.

HSL color Cylindrical-coordinate representation of color #407395: hue angle of 204º 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 #407395 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64115149-
CMYK0.570.2300.42
HSL204º39.91%41.76%-
HSV(B)204º57.05%58.43%-
XYZ13.6715.5230.71-
YUV103.63153.699.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.51%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=19.51%
G=35.06%
B=45.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641151490.570.2300.4220439.9141.76
Hex407395391702Acc282a
Octal10016322571270523145052
Binary100000011100111001010111100110111010101011001100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407395; }

 p { color: rgb(64,115,149); }

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

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

 a { background-color: rgb(64,115,149); }

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

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

 span { border-color: rgb(64,115,149); }

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