#417991

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

Shades of Jelly Bean #417991

Tints of Jelly Bean #417991

Color information

#417991 (or 0x417991) is unknown color: approx Jelly Bean. HEX triplet: 41, 79 and 91. RGB value is (65,121,145). Sum of RGB (Red+Green+Blue) = 65+121+145=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #417991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417991 is #BE866E. Grayscale: #6A6A6A. Windows color (decimal): -12486255 or 9533761. OLE color: 9533761.

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

Color convert

RGB65121145-
CMYK0.550.1700.43
HSL198º38.1%41.18%-
HSV(B)198º55.17%56.86%-
XYZ14.1316.8429.29-
YUV106.99149.4598.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 145 (57.03% from 255) = 43.81%
R=19.64%
G=36.56%
B=43.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651211450.550.1700.4319838.141.18
Hex417991371102Bc62629
Octal10117122167210533064651
Binary100000111110011001000111011110001010101111000110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417991; }

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

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

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

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

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

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

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

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