#417C92

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

Shades of Jelly Bean #417C92

Tints of Jelly Bean #417C92

Color information

#417C92 (or 0x417C92) is unknown color: approx Jelly Bean. HEX triplet: 41, 7C and 92. RGB value is (65,124,146). Sum of RGB (Red+Green+Blue) = 65+124+146=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #417C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417C92 is #BE836D. Grayscale: #6C6C6C. Windows color (decimal): -12485486 or 9600065. OLE color: 9600065.

HSL color Cylindrical-coordinate representation of color #417C92: hue angle of 196.3º 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 #417C92 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB65124146-
CMYK0.550.1500.43
HSL196.3º38.39%41.37%-
HSV(B)196.3º55.48%57.25%-
XYZ14.5817.6129.83-
YUV108.87148.9596.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=19.40%
G=37.01%
B=43.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651241460.550.1500.43196.338.3941.37
Hex417C9237F02Bc42629
Octal10117422267170533044651
Binary10000011111100100100101101111111010101111000100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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