#417E93

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

Shades of Jelly Bean #417E93

Tints of Jelly Bean #417E93

Color information

#417E93 (or 0x417E93) is unknown color: approx Jelly Bean. HEX triplet: 41, 7E and 93. RGB value is (65,126,147). Sum of RGB (Red+Green+Blue) = 65+126+147=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #417E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E93 is #BE816C. Grayscale: #6E6E6E. Windows color (decimal): -12484973 or 9666113. OLE color: 9666113.

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

Color convert

RGB65126147-
CMYK0.560.1400.42
HSL195.37º38.68%41.57%-
HSV(B)195.37º55.78%57.65%-
XYZ14.9118.1530.32-
YUV110.15148.7995.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 126 (49.61% from 255) = 37.28%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=19.23%
G=37.28%
B=43.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651261470.560.1400.42195.3738.6841.57
Hex417E9338E02Ac3272a
Octal10117622370160523034752
Binary10000011111110100100111110001110010101011000011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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