#417C96

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

Shades of Jelly Bean #417C96

Tints of Jelly Bean #417C96

Color information

#417C96 (or 0x417C96) is unknown color: approx Jelly Bean. HEX triplet: 41, 7C and 96. RGB value is (65,124,150). Sum of RGB (Red+Green+Blue) = 65+124+150=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #417C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417C96 is #BE8369. Grayscale: #6D6D6D. Windows color (decimal): -12485482 or 9862209. OLE color: 9862209.

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

Color convert

RGB65124150-
CMYK0.570.1700.41
HSL198.35º39.53%42.16%-
HSV(B)198.35º56.67%58.82%-
XYZ14.8917.7431.49-
YUV109.32150.9596.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=19.17%
G=36.58%
B=44.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651241500.570.1700.41198.3539.5342.16
Hex417C963911029c6282a
Octal10117422671210513065052
Binary100000111111001001011011100110001010100111000110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417C96; }

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

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

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

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

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

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

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

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