#407795

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

Shades of Jelly Bean #407795

Tints of Jelly Bean #407795

Color information

#407795 (or 0x407795) is unknown color: approx Jelly Bean. HEX triplet: 40, 77 and 95. RGB value is (64,119,149). Sum of RGB (Red+Green+Blue) = 64+119+149=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #407795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407795 is #BF886A. Grayscale: #696969. Windows color (decimal): -12552299 or 9795392. OLE color: 9795392.

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

Color convert

RGB64119149-
CMYK0.570.2000.42
HSL201.18º39.91%41.76%-
HSV(B)201.18º57.05%58.43%-
XYZ14.1416.4530.86-
YUV105.98152.2898.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.28%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=19.28%
G=35.84%
B=44.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641191490.570.2000.42201.1839.9141.76
Hex407795391402Ac9282a
Octal10016722571240523115052
Binary100000011101111001010111100110100010101011001001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407795; }

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

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

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

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

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

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

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

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