#417291

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

Shades of Jelly Bean #417291

Tints of Jelly Bean #417291

Color information

#417291 (or 0x417291) is unknown color: approx Jelly Bean. HEX triplet: 41, 72 and 91. RGB value is (65,114,145). Sum of RGB (Red+Green+Blue) = 65+114+145=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #417291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417291 is #BE8D6E. Grayscale: #666666. Windows color (decimal): -12488047 or 9531969. OLE color: 9531969.

HSL color Cylindrical-coordinate representation of color #417291: hue angle of 203.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417291 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB65114145-
CMYK0.550.2100.43
HSL203.25º38.1%41.18%-
HSV(B)203.25º55.17%56.86%-
XYZ13.3115.229.02-
YUV102.88151.77100.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.06%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 145 (57.03% from 255) = 44.75%
R=20.06%
G=35.19%
B=44.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651141450.550.2100.43203.2538.141.18
Hex417291371502Bcb2629
Octal10116222167250533134651
Binary100000111100101001000111011110101010101111001011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417291; }

 p { color: rgb(65,114,145); }

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

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

 a { background-color: rgb(65,114,145); }

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

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

 span { border-color: rgb(65,114,145); }

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