#417E91

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

Shades of Jelly Bean #417E91

Tints of Jelly Bean #417E91

Color information

#417E91 (or 0x417E91) is unknown color: approx Jelly Bean. HEX triplet: 41, 7E and 91. RGB value is (65,126,145). Sum of RGB (Red+Green+Blue) = 65+126+145=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #417E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E91 is #BE816E. Grayscale: #6D6D6D. Windows color (decimal): -12484975 or 9535041. OLE color: 9535041.

HSL color Cylindrical-coordinate representation of color #417E91: hue angle of 194.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 #417E91 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB65126145-
CMYK0.550.1300.43
HSL194.25º38.1%41.18%-
HSV(B)194.25º55.17%56.86%-
XYZ14.7518.0929.5-
YUV109.93147.7995.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 126 (49.61% from 255) = 37.5%
BLUE value IS 145 (57.03% from 255) = 43.15%
R=19.35%
G=37.5%
B=43.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651261450.550.1300.43194.2538.141.18
Hex417E9137D02Bc22629
Octal10117622167150533024651
Binary10000011111110100100011101111101010101111000010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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