#417990

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

Shades of Jelly Bean #417990

Tints of Jelly Bean #417990

Color information

#417990 (or 0x417990) is unknown color: approx Jelly Bean. HEX triplet: 41, 79 and 90. RGB value is (65,121,144). Sum of RGB (Red+Green+Blue) = 65+121+144=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #417990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417990 is #BE866F. Grayscale: #6A6A6A. Windows color (decimal): -12486256 or 9468225. OLE color: 9468225.

HSL color Cylindrical-coordinate representation of color #417990: hue angle of 197.47º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417990 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65121144-
CMYK0.550.1600.44
HSL197.47º37.8%40.98%-
HSV(B)197.47º54.86%56.47%-
XYZ14.0516.8128.89-
YUV106.88148.9598.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 121 (47.66% from 255) = 36.67%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=19.70%
G=36.67%
B=43.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651211440.550.1600.44197.4737.840.98
Hex417990371002Cc52629
Octal10117122067200543054651
Binary100000111110011001000011011110000010110011000101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417990; }

 p { color: rgb(65,121,144); }

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

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

 a { background-color: rgb(65,121,144); }

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

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

 span { border-color: rgb(65,121,144); }

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