#41768E

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

Shades of Jelly Bean #41768E

Tints of Jelly Bean #41768E

Color information

#41768E (or 0x41768E) is unknown color: approx Jelly Bean. HEX triplet: 41, 76 and 8E. RGB value is (65,118,142). Sum of RGB (Red+Green+Blue) = 65+118+142=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #41768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41768E is #BE8971. Grayscale: #686868. Windows color (decimal): -12487026 or 9336385. OLE color: 9336385.

HSL color Cylindrical-coordinate representation of color #41768E: hue angle of 198.7º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41768E is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65118142-
CMYK0.540.1700.44
HSL198.7º37.2%40.59%-
HSV(B)198.7º54.23%55.69%-
XYZ13.5416.0327.97-
YUV104.89148.9499.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=20%
G=36.31%
B=43.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651181420.540.1700.44198.737.240.59
Hex41768E361102Cc72529
Octal10116621666210543074551
Binary100000111101101000111011011010001010110011000111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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