#417393

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

Shades of Jelly Bean #417393

Tints of Jelly Bean #417393

Color information

#417393 (or 0x417393) is unknown color: approx Jelly Bean. HEX triplet: 41, 73 and 93. RGB value is (65,115,147). Sum of RGB (Red+Green+Blue) = 65+115+147=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #417393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417393 is #BE8C6C. Grayscale: #676767. Windows color (decimal): -12487789 or 9663297. OLE color: 9663297.

HSL color Cylindrical-coordinate representation of color #417393: hue angle of 203.41º 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 #417393 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB65115147-
CMYK0.560.2200.42
HSL203.41º38.68%41.57%-
HSV(B)203.41º55.78%57.65%-
XYZ13.5815.4929.88-
YUV103.7152.44100.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=19.88%
G=35.17%
B=44.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651151470.560.2200.42203.4138.6841.57
Hex417393381602Acb272a
Octal10116322370260523134752
Binary100000111100111001001111100010110010101011001011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417393; }

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

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

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

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

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

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

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

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