#417F92

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

Shades of Jelly Bean #417F92

Tints of Jelly Bean #417F92

Color information

#417F92 (or 0x417F92) is unknown color: approx Jelly Bean. HEX triplet: 41, 7F and 92. RGB value is (65,127,146). Sum of RGB (Red+Green+Blue) = 65+127+146=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #417F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417F92 is #BE806D. Grayscale: #6E6E6E. Windows color (decimal): -12484718 or 9600833. OLE color: 9600833.

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

Color convert

RGB65127146-
CMYK0.550.1300.43
HSL194.07º38.39%41.37%-
HSV(B)194.07º55.48%57.25%-
XYZ14.9618.3829.95-
YUV110.63147.9695.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=19.23%
G=37.57%
B=43.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651271460.550.1300.43194.0738.3941.37
Hex417F9237D02Bc22629
Octal10117722267150533024651
Binary10000011111111100100101101111101010101111000010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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