#417D91

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

Shades of Jelly Bean #417D91

Tints of Jelly Bean #417D91

Color information

#417D91 (or 0x417D91) is unknown color: approx Jelly Bean. HEX triplet: 41, 7D and 91. RGB value is (65,125,145). Sum of RGB (Red+Green+Blue) = 65+125+145=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #417D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417D91 is #BE826E. Grayscale: #6D6D6D. Windows color (decimal): -12485231 or 9534785. OLE color: 9534785.

HSL color Cylindrical-coordinate representation of color #417D91: hue angle of 195º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417D91 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB65125145-
CMYK0.550.1400.43
HSL195º38.1%41.18%-
HSV(B)195º55.17%56.86%-
XYZ14.6217.8429.46-
YUV109.34148.1296.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 145 (57.03% from 255) = 43.28%
R=19.40%
G=37.31%
B=43.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651251450.550.1400.4319538.141.18
Hex417D9137E02Bc32629
Octal10117522167160533034651
Binary10000011111101100100011101111110010101111000011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,125,145); }

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

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

 a { background-color: rgb(65,125,145); }

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

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

 span { border-color: rgb(65,125,145); }

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