#407597

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

Shades of Jelly Bean #407597

Tints of Jelly Bean #407597

Color information

#407597 (or 0x407597) is unknown color: approx Jelly Bean. HEX triplet: 40, 75 and 97. RGB value is (64,117,151). Sum of RGB (Red+Green+Blue) = 64+117+151=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #407597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407597 is #BF8A68. Grayscale: #686868. Windows color (decimal): -12552809 or 9925952. OLE color: 9925952.

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

Color convert

RGB64117151-
CMYK0.580.2300.41
HSL203.45º40.47%42.16%-
HSV(B)203.45º57.62%59.22%-
XYZ14.0616.0531.63-
YUV105.03153.9498.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.28%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 151 (59.38% from 255) = 45.48%
R=19.28%
G=35.24%
B=45.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641171510.580.2300.41203.4540.4742.16
Hex4075973A17029cb282a
Octal10016522772270513135052
Binary100000011101011001011111101010111010100111001011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407597; }

 p { color: rgb(64,117,151); }

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

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

 a { background-color: rgb(64,117,151); }

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

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

 span { border-color: rgb(64,117,151); }

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