#417B8A

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

Shades of Jelly Bean #417B8A

Tints of Jelly Bean #417B8A

Color information

#417B8A (or 0x417B8A) is unknown color: approx Jelly Bean. HEX triplet: 41, 7B and 8A. RGB value is (65,123,138). Sum of RGB (Red+Green+Blue) = 65+123+138=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #417B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417B8A is #BE8475. Grayscale: #6B6B6B. Windows color (decimal): -12485750 or 9075521. OLE color: 9075521.

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

Color convert

RGB65123138-
CMYK0.530.1100.46
HSL192.33º35.96%39.8%-
HSV(B)192.33º52.9%54.12%-
XYZ13.8517.1226.62-
YUV107.37145.2897.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 123 (48.44% from 255) = 37.73%
BLUE value IS 138 (54.30% from 255) = 42.33%
R=19.94%
G=37.73%
B=42.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651231380.530.1100.46192.3335.9639.8
Hex417B8A35B02Ec02428
Octal10117321265130563004450
Binary10000011111011100010101101011011010111011000000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,123,138); }

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

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

 a { background-color: rgb(65,123,138); }

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

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

 span { border-color: rgb(65,123,138); }

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