#417390

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

Shades of Jelly Bean #417390

Tints of Jelly Bean #417390

Color information

#417390 (or 0x417390) is unknown color: approx Jelly Bean. HEX triplet: 41, 73 and 90. RGB value is (65,115,144). Sum of RGB (Red+Green+Blue) = 65+115+144=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #417390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417390 is #BE8C6F. Grayscale: #676767. Windows color (decimal): -12487792 or 9466689. OLE color: 9466689.

HSL color Cylindrical-coordinate representation of color #417390: hue angle of 202.03º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417390 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65115144-
CMYK0.550.2000.44
HSL202.03º37.8%40.98%-
HSV(B)202.03º54.86%56.47%-
XYZ13.3415.428.65-
YUV103.36150.94100.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.06%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=20.06%
G=35.49%
B=44.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651151440.550.2000.44202.0337.840.98
Hex417390371402Cca2629
Octal10116322067240543124651
Binary100000111100111001000011011110100010110011001010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417390; }

 p { color: rgb(65,115,144); }

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

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

 a { background-color: rgb(65,115,144); }

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

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

 span { border-color: rgb(65,115,144); }

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