#417E94

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

Shades of Jelly Bean #417E94

Tints of Jelly Bean #417E94

Color information

#417E94 (or 0x417E94) is unknown color: approx Jelly Bean. HEX triplet: 41, 7E and 94. RGB value is (65,126,148). Sum of RGB (Red+Green+Blue) = 65+126+148=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #417E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E94 is #BE816B. Grayscale: #6E6E6E. Windows color (decimal): -12484972 or 9731649. OLE color: 9731649.

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

Color convert

RGB65126148-
CMYK0.560.1500.42
HSL195.9º38.97%41.76%-
HSV(B)195.9º56.08%58.04%-
XYZ14.9918.1830.74-
YUV110.27149.2995.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=19.17%
G=37.17%
B=43.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651261480.560.1500.42195.938.9741.76
Hex417E9438F02Ac4272a
Octal10117622470170523044752
Binary10000011111110100101001110001111010101011000100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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