#417594

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

Shades of Jelly Bean #417594

Tints of Jelly Bean #417594

Color information

#417594 (or 0x417594) is unknown color: approx Jelly Bean. HEX triplet: 41, 75 and 94. RGB value is (65,117,148). Sum of RGB (Red+Green+Blue) = 65+117+148=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #417594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417594 is #BE8A6B. Grayscale: #686868. Windows color (decimal): -12487276 or 9729345. OLE color: 9729345.

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

Color convert

RGB65117148-
CMYK0.560.2100.42
HSL202.41º38.97%41.76%-
HSV(B)202.41º56.08%58.04%-
XYZ13.8915.9830.37-
YUV104.99152.2799.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 148 (58.20% from 255) = 44.85%
R=19.70%
G=35.45%
B=44.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651171480.560.2100.42202.4138.9741.76
Hex417594381502Aca272a
Octal10116522470250523124752
Binary100000111101011001010011100010101010101011001010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417594; }

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

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

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

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

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

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

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

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