#417493

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

Shades of Jelly Bean #417493

Tints of Jelly Bean #417493

Color information

#417493 (or 0x417493) is unknown color: approx Jelly Bean. HEX triplet: 41, 74 and 93. RGB value is (65,116,147). Sum of RGB (Red+Green+Blue) = 65+116+147=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #417493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417493 is #BE8B6C. Grayscale: #686868. Windows color (decimal): -12487533 or 9663553. OLE color: 9663553.

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

Color convert

RGB65116147-
CMYK0.560.2100.42
HSL202.68º38.68%41.57%-
HSV(B)202.68º55.78%57.65%-
XYZ13.6915.7229.92-
YUV104.28152.199.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=19.82%
G=35.37%
B=44.82%

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
Decimal651161470.560.2100.42202.6838.6841.57
Hex417493381502Acb272a
Octal10116422370250523134752
Binary100000111101001001001111100010101010101011001011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417493; }

 p { color: rgb(65,116,147); }

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

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

 a { background-color: rgb(65,116,147); }

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

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

 span { border-color: rgb(65,116,147); }

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