#417491

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

Shades of Jelly Bean #417491

Tints of Jelly Bean #417491

Color information

#417491 (or 0x417491) is unknown color: approx Jelly Bean. HEX triplet: 41, 74 and 91. RGB value is (65,116,145). Sum of RGB (Red+Green+Blue) = 65+116+145=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #417491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417491 is #BE8B6E. Grayscale: #676767. Windows color (decimal): -12487535 or 9532481. OLE color: 9532481.

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

Color convert

RGB65116145-
CMYK0.550.200.43
HSL201.75º38.1%41.18%-
HSV(B)201.75º55.17%56.86%-
XYZ13.5415.6629.1-
YUV104.06151.1100.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=19.94%
G=35.58%
B=44.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651161450.550.200.43201.7538.141.18
Hex417491371402Bca2629
Octal10116422167240533124651
Binary100000111101001001000111011110100010101111001010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417491; }

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

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

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

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

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

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

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

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