#417B92

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

Shades of Jelly Bean #417B92

Tints of Jelly Bean #417B92

Color information

#417B92 (or 0x417B92) is unknown color: approx Jelly Bean. HEX triplet: 41, 7B and 92. RGB value is (65,123,146). Sum of RGB (Red+Green+Blue) = 65+123+146=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #417B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417B92 is #BE846D. Grayscale: #6C6C6C. Windows color (decimal): -12485742 or 9599809. OLE color: 9599809.

HSL color Cylindrical-coordinate representation of color #417B92: hue angle of 197.04º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417B92 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB65123146-
CMYK0.550.1600.43
HSL197.04º38.39%41.37%-
HSV(B)197.04º55.48%57.25%-
XYZ14.4517.3729.78-
YUV108.28149.2897.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.46%
GREEN value IS 123 (48.44% from 255) = 36.83%
BLUE value IS 146 (57.42% from 255) = 43.71%
R=19.46%
G=36.83%
B=43.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651231460.550.1600.43197.0438.3941.37
Hex417B92371002Bc52629
Octal10117322267200533054651
Binary100000111110111001001011011110000010101111000101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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