#417A87

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

Shades of Jelly Bean #417A87

Tints of Jelly Bean #417A87

Color information

#417A87 (or 0x417A87) is unknown color: approx Jelly Bean. HEX triplet: 41, 7A and 87. RGB value is (65,122,135). Sum of RGB (Red+Green+Blue) = 65+122+135=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #417A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417A87 is #BE8578. Grayscale: #6A6A6A. Windows color (decimal): -12486009 or 8878657. OLE color: 8878657.

HSL color Cylindrical-coordinate representation of color #417A87: hue angle of 191.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #417A87 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB65122135-
CMYK0.520.1000.47
HSL191.14º35%39.22%-
HSV(B)191.14º51.85%52.94%-
XYZ13.5116.7925.45-
YUV106.44144.1298.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 122 (48.05% from 255) = 37.89%
BLUE value IS 135 (53.12% from 255) = 41.93%
R=20.19%
G=37.89%
B=41.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651221350.520.1000.47191.143539.22
Hex417A8734A02Fbf2327
Octal10117220764120572774347
Binary10000011111010100001111101001010010111110111111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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