#417496

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

Shades of Jelly Bean #417496

Tints of Jelly Bean #417496

Color information

#417496 (or 0x417496) is unknown color: approx Jelly Bean. HEX triplet: 41, 74 and 96. RGB value is (65,116,150). Sum of RGB (Red+Green+Blue) = 65+116+150=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #417496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417496 is #BE8B69. Grayscale: #686868. Windows color (decimal): -12487530 or 9860161. OLE color: 9860161.

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

Color convert

RGB65116150-
CMYK0.570.2300.41
HSL204º39.53%42.16%-
HSV(B)204º56.67%58.82%-
XYZ13.9315.8231.17-
YUV104.63153.699.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=19.64%
G=35.05%
B=45.32%

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
Decimal651161500.570.2300.4120439.5342.16
Hex4174963917029cc282a
Octal10116422671270513145052
Binary100000111101001001011011100110111010100111001100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417496; }

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

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

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

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

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

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

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

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