#417F96

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

Shades of Jelly Bean #417F96

Tints of Jelly Bean #417F96

Color information

#417F96 (or 0x417F96) is unknown color: approx Jelly Bean. HEX triplet: 41, 7F and 96. RGB value is (65,127,150). Sum of RGB (Red+Green+Blue) = 65+127+150=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #417F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417F96 is #BE8069. Grayscale: #6E6E6E. Windows color (decimal): -12484714 or 9862977. OLE color: 9862977.

HSL color Cylindrical-coordinate representation of color #417F96: hue angle of 196.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #417F96 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB65127150-
CMYK0.570.1500.41
HSL196.24º39.53%42.16%-
HSV(B)196.24º56.67%58.82%-
XYZ15.2718.531.62-
YUV111.08149.9695.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=19.01%
G=37.13%
B=43.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651271500.570.1500.41196.2439.5342.16
Hex417F9639F029c4282a
Octal10117722671170513045052
Binary10000011111111100101101110011111010100111000100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,127,150); }

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

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

 a { background-color: rgb(65,127,150); }

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

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

 span { border-color: rgb(65,127,150); }

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