#417A9E

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

Shades of Jelly Bean #417A9E

Tints of Jelly Bean #417A9E

Color information

#417A9E (or 0x417A9E) is unknown color: approx Jelly Bean. HEX triplet: 41, 7A and 9E. RGB value is (65,122,158). Sum of RGB (Red+Green+Blue) = 65+122+158=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #417A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417A9E is #BE8561. Grayscale: #6C6C6C. Windows color (decimal): -12485986 or 10385985. OLE color: 10385985.

HSL color Cylindrical-coordinate representation of color #417A9E: hue angle of 203.23º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #417A9E is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65122158-
CMYK0.590.2300.38
HSL203.23º41.7%43.73%-
HSV(B)203.23º58.86%61.96%-
XYZ15.3117.5134.92-
YUV109.06155.6296.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=18.84%
G=35.36%
B=45.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651221580.590.2300.38203.2341.743.73
Hex417A9E3B17026cb2a2c
Octal10117223673270463135254
Binary100000111110101001111011101110111010011011001011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417A9E; }

 p { color: rgb(65,122,158); }

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

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

 a { background-color: rgb(65,122,158); }

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

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

 span { border-color: rgb(65,122,158); }

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