#417196

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

Shades of Jelly Bean #417196

Tints of Jelly Bean #417196

Color information

#417196 (or 0x417196) is unknown color: approx Jelly Bean. HEX triplet: 41, 71 and 96. RGB value is (65,113,150). Sum of RGB (Red+Green+Blue) = 65+113+150=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #417196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417196 is #BE8E69. Grayscale: #666666. Windows color (decimal): -12488298 or 9859393. OLE color: 9859393.

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

Color convert

RGB65113150-
CMYK0.570.2500.41
HSL206.12º39.53%42.16%-
HSV(B)206.12º56.67%58.82%-
XYZ13.5915.1431.06-
YUV102.87154.6100.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=19.82%
G=34.45%
B=45.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651131500.570.2500.41206.1239.5342.16
Hex4171963919029ce282a
Octal10116122671310513165052
Binary100000111100011001011011100111001010100111001110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417196; }

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

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

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

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

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

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

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

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