#417D8D

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

Shades of Jelly Bean #417D8D

Tints of Jelly Bean #417D8D

Color information

#417D8D (or 0x417D8D) is unknown color: approx Jelly Bean. HEX triplet: 41, 7D and 8D. RGB value is (65,125,141). Sum of RGB (Red+Green+Blue) = 65+125+141=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #417D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417D8D is #BE8272. Grayscale: #6C6C6C. Windows color (decimal): -12485235 or 9272641. OLE color: 9272641.

HSL color Cylindrical-coordinate representation of color #417D8D: hue angle of 192.63º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #417D8D is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB65125141-
CMYK0.540.1100.45
HSL192.63º36.89%40.39%-
HSV(B)192.63º53.9%55.29%-
XYZ14.3217.7127.86-
YUV108.88146.1296.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 125 (49.22% from 255) = 37.76%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=19.64%
G=37.76%
B=42.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651251410.540.1100.45192.6336.8940.39
Hex417D8D36B02Dc12528
Octal10117521566130553014550
Binary10000011111101100011011101101011010110111000001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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