#417096

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

Shades of Jelly Bean #417096

Tints of Jelly Bean #417096

Color information

#417096 (or 0x417096) is unknown color: approx Jelly Bean. HEX triplet: 41, 70 and 96. RGB value is (65,112,150). Sum of RGB (Red+Green+Blue) = 65+112+150=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #417096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417096 is #BE8F69. Grayscale: #666666. Windows color (decimal): -12488554 or 9859137. OLE color: 9859137.

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

Color convert

RGB65112150-
CMYK0.570.2500.41
HSL206.82º39.53%42.16%-
HSV(B)206.82º56.67%58.82%-
XYZ13.4814.9131.02-
YUV102.28154.93101.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=19.88%
G=34.25%
B=45.87%

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
Decimal651121500.570.2500.41206.8239.5342.16
Hex4170963919029cf282a
Octal10116022671310513175052
Binary100000111100001001011011100111001010100111001111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417096; }

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

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

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

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

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

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

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

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