#41758C

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

Shades of Jelly Bean #41758C

Tints of Jelly Bean #41758C

Color information

#41758C (or 0x41758C) is unknown color: approx Jelly Bean. HEX triplet: 41, 75 and 8C. RGB value is (65,117,140). Sum of RGB (Red+Green+Blue) = 65+117+140=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #41758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41758C is #BE8A73. Grayscale: #676767. Windows color (decimal): -12487284 or 9205057. OLE color: 9205057.

HSL color Cylindrical-coordinate representation of color #41758C: hue angle of 198.4º 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 #41758C is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB65117140-
CMYK0.540.1600.45
HSL198.4º36.59%40.2%-
HSV(B)198.4º53.57%54.9%-
XYZ13.2715.7427.15-
YUV104.07148.27100.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 140 (55.08% from 255) = 43.48%
R=20.19%
G=36.34%
B=43.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651171400.540.1600.45198.436.5940.2
Hex41758C361002Dc62528
Octal10116521466200553064550
Binary100000111101011000110011011010000010110111000110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41758C; }

 p { color: rgb(65,117,140); }

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

<style>
 a { background-color: #41758C; }

 a { background-color: rgb(65,117,140); }

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

<style>
 span { border-color: #41758C; }

 span { border-color: rgb(65,117,140); }

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