#417E9B

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

Shades of Jelly Bean #417E9B

Tints of Jelly Bean #417E9B

Color information

#417E9B (or 0x417E9B) is unknown color: approx Jelly Bean. HEX triplet: 41, 7E and 9B. RGB value is (65,126,155). Sum of RGB (Red+Green+Blue) = 65+126+155=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #417E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E9B is #BE8164. Grayscale: #6E6E6E. Windows color (decimal): -12484965 or 10190401. OLE color: 10190401.

HSL color Cylindrical-coordinate representation of color #417E9B: hue angle of 199.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #417E9B is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65126155-
CMYK0.580.1900.39
HSL199.33º40.91%43.14%-
HSV(B)199.33º58.06%60.78%-
XYZ15.5618.4133.74-
YUV111.07152.7995.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.79%
GREEN value IS 126 (49.61% from 255) = 36.42%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=18.79%
G=36.42%
B=44.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651261550.580.1900.39199.3340.9143.14
Hex417E9B3A13027c7292b
Octal10117623372230473075153
Binary100000111111101001101111101010011010011111000111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,126,155); }

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

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

 a { background-color: rgb(65,126,155); }

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

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

 span { border-color: rgb(65,126,155); }

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