#417394

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

Shades of Jelly Bean #417394

Tints of Jelly Bean #417394

Color information

#417394 (or 0x417394) is unknown color: approx Jelly Bean. HEX triplet: 41, 73 and 94. RGB value is (65,115,148). Sum of RGB (Red+Green+Blue) = 65+115+148=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #417394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417394 is #BE8C6B. Grayscale: #676767. Windows color (decimal): -12487788 or 9728833. OLE color: 9728833.

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

Color convert

RGB65115148-
CMYK0.560.2200.42
HSL203.86º38.97%41.76%-
HSV(B)203.86º56.08%58.04%-
XYZ13.6615.5230.29-
YUV103.81152.94100.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=19.82%
G=35.06%
B=45.12%

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
Decimal651151480.560.2200.42203.8638.9741.76
Hex417394381602Acc272a
Octal10116322470260523144752
Binary100000111100111001010011100010110010101011001100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417394; }

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

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

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

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

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

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

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

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