#417A9F

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

Shades of Jelly Bean #417A9F

Tints of Jelly Bean #417A9F

Color information

#417A9F (or 0x417A9F) is unknown color: approx Jelly Bean. HEX triplet: 41, 7A and 9F. RGB value is (65,122,159). Sum of RGB (Red+Green+Blue) = 65+122+159=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #417A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417A9F is #BE8560. Grayscale: #6C6C6C. Windows color (decimal): -12485985 or 10451521. OLE color: 10451521.

HSL color Cylindrical-coordinate representation of color #417A9F: hue angle of 203.62º 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 #417A9F is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65122159-
CMYK0.590.2300.38
HSL203.62º41.96%43.92%-
HSV(B)203.62º59.12%62.35%-
XYZ15.417.5535.38-
YUV109.18156.1296.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=18.79%
G=35.26%
B=45.95%

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
Decimal651221590.590.2300.38203.6241.9643.92
Hex417A9F3B17026cc2a2c
Octal10117223773270463145254
Binary100000111110101001111111101110111010011011001100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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