#417396

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

Shades of Jelly Bean #417396

Tints of Jelly Bean #417396

Color information

#417396 (or 0x417396) is unknown color: approx Jelly Bean. HEX triplet: 41, 73 and 96. RGB value is (65,115,150). Sum of RGB (Red+Green+Blue) = 65+115+150=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #417396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417396 is #BE8C69. Grayscale: #676767. Windows color (decimal): -12487786 or 9859905. OLE color: 9859905.

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

Color convert

RGB65115150-
CMYK0.570.2300.41
HSL204.71º39.53%42.16%-
HSV(B)204.71º56.67%58.82%-
XYZ13.8215.5931.13-
YUV104.04153.94100.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=19.70%
G=34.85%
B=45.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651151500.570.2300.41204.7139.5342.16
Hex4173963917029cd282a
Octal10116322671270513155052
Binary100000111100111001011011100110111010100111001101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417396; }

 p { color: rgb(65,115,150); }

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

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

 a { background-color: rgb(65,115,150); }

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

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

 span { border-color: rgb(65,115,150); }

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