#417D9A

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

Shades of Jelly Bean #417D9A

Tints of Jelly Bean #417D9A

Color information

#417D9A (or 0x417D9A) is unknown color: approx Jelly Bean. HEX triplet: 41, 7D and 9A. RGB value is (65,125,154). Sum of RGB (Red+Green+Blue) = 65+125+154=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #417D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417D9A is #BE8265. Grayscale: #6E6E6E. Windows color (decimal): -12485222 or 10124609. OLE color: 10124609.

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

Color convert

RGB65125154-
CMYK0.580.1900.40
HSL199.55º40.64%42.94%-
HSV(B)199.55º57.79%60.39%-
XYZ15.3518.1233.26-
YUV110.37152.6295.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 125 (49.22% from 255) = 36.34%
BLUE value IS 154 (60.55% from 255) = 44.77%
R=18.90%
G=36.34%
B=44.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651251540.580.1900.40199.5540.6442.94
Hex417D9A3A13028c8292b
Octal10117523272230503105153
Binary100000111111011001101011101010011010100011001000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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