#417999

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

Shades of Jelly Bean #417999

Tints of Jelly Bean #417999

Color information

#417999 (or 0x417999) is unknown color: approx Jelly Bean. HEX triplet: 41, 79 and 99. RGB value is (65,121,153). Sum of RGB (Red+Green+Blue) = 65+121+153=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #417999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417999 is #BE8666. Grayscale: #6B6B6B. Windows color (decimal): -12486247 or 10058049. OLE color: 10058049.

HSL color Cylindrical-coordinate representation of color #417999: hue angle of 201.82º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #417999 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB65121153-
CMYK0.580.2100.4
HSL201.82º40.37%42.75%-
HSV(B)201.82º57.52%60%-
XYZ14.7717.132.66-
YUV107.9153.4597.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=19.17%
G=35.69%
B=45.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal651211530.580.2100.4201.8240.3742.75
Hex4179993A15028ca282b
Octal10117123172250503125053
Binary100000111110011001100111101010101010100011001010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417999; }

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

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

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

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

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

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

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

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