#417595

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

Shades of Jelly Bean #417595

Tints of Jelly Bean #417595

Color information

#417595 (or 0x417595) is unknown color: approx Jelly Bean. HEX triplet: 41, 75 and 95. RGB value is (65,117,149). Sum of RGB (Red+Green+Blue) = 65+117+149=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #417595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417595 is #BE8A6A. Grayscale: #686868. Windows color (decimal): -12487275 or 9794881. OLE color: 9794881.

HSL color Cylindrical-coordinate representation of color #417595: hue angle of 202.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #417595 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB65117149-
CMYK0.560.2100.42
HSL202.86º39.25%41.96%-
HSV(B)202.86º56.38%58.43%-
XYZ13.9716.0230.79-
YUV105.1152.7799.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=19.64%
G=35.35%
B=45.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651171490.560.2100.42202.8639.2541.96
Hex417595381502Acb272a
Octal10116522570250523134752
Binary100000111101011001010111100010101010101011001011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417595; }

 p { color: rgb(65,117,149); }

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

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

 a { background-color: rgb(65,117,149); }

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

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

 span { border-color: rgb(65,117,149); }

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