#41768C

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

Shades of Jelly Bean #41768C

Tints of Jelly Bean #41768C

Color information

#41768C (or 0x41768C) is unknown color: approx Jelly Bean. HEX triplet: 41, 76 and 8C. RGB value is (65,118,140). Sum of RGB (Red+Green+Blue) = 65+118+140=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #41768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41768C is #BE8973. Grayscale: #686868. Windows color (decimal): -12487028 or 9205313. OLE color: 9205313.

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

Color convert

RGB65118140-
CMYK0.540.1600.45
HSL197.6º36.59%40.2%-
HSV(B)197.6º53.57%54.9%-
XYZ13.3915.9727.19-
YUV104.66147.9499.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.12%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 140 (55.08% from 255) = 43.34%
R=20.12%
G=36.53%
B=43.34%

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
Decimal651181400.540.1600.45197.636.5940.2
Hex41768C361002Dc62528
Octal10116621466200553064550
Binary100000111101101000110011011010000010110111000110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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