#417E9A

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

Shades of Jelly Bean #417E9A

Tints of Jelly Bean #417E9A

Color information

#417E9A (or 0x417E9A) is unknown color: approx Jelly Bean. HEX triplet: 41, 7E and 9A. RGB value is (65,126,154). Sum of RGB (Red+Green+Blue) = 65+126+154=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #417E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E9A is #BE8165. Grayscale: #6E6E6E. Windows color (decimal): -12484966 or 10124865. OLE color: 10124865.

HSL color Cylindrical-coordinate representation of color #417E9A: hue angle of 198.88º degrees, saturation: 0.41, 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 #417E9A is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB65126154-
CMYK0.580.1800.40
HSL198.88º40.64%42.94%-
HSV(B)198.88º57.79%60.39%-
XYZ15.4718.3833.3-
YUV110.95152.2995.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 126 (49.61% from 255) = 36.52%
BLUE value IS 154 (60.55% from 255) = 44.64%
R=18.84%
G=36.52%
B=44.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651261540.580.1800.40198.8840.6442.94
Hex417E9A3A12028c7292b
Octal10117623272220503075153
Binary100000111111101001101011101010010010100011000111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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