#417397

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

Shades of Jelly Bean #417397

Tints of Jelly Bean #417397

Color information

#417397 (or 0x417397) is unknown color: approx Jelly Bean. HEX triplet: 41, 73 and 97. RGB value is (65,115,151). Sum of RGB (Red+Green+Blue) = 65+115+151=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #417397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417397 is #BE8C68. Grayscale: #676767. Windows color (decimal): -12487785 or 9925441. OLE color: 9925441.

HSL color Cylindrical-coordinate representation of color #417397: hue angle of 205.12º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #417397 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB65115151-
CMYK0.570.2400.41
HSL205.12º39.81%42.35%-
HSV(B)205.12º56.95%59.22%-
XYZ13.915.6231.56-
YUV104.15154.44100.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 151 (59.38% from 255) = 45.62%
R=19.64%
G=34.74%
B=45.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651151510.570.2400.41205.1239.8142.35
Hex4173973918029cd282a
Octal10116322771300513155052
Binary100000111100111001011111100111000010100111001101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417397; }

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

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

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

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

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

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

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

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