#41808E

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

Shades of Jelly Bean #41808E

Tints of Jelly Bean #41808E

Color information

#41808E (or 0x41808E) is unknown color: approx Jelly Bean. HEX triplet: 41, 80 and 8E. RGB value is (65,128,142). Sum of RGB (Red+Green+Blue) = 65+128+142=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #41808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41808E is #BE7F71. Grayscale: #6E6E6E. Windows color (decimal): -12484466 or 9338945. OLE color: 9338945.

HSL color Cylindrical-coordinate representation of color #41808E: hue angle of 190.91º 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 #41808E is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65128142-
CMYK0.540.1000.44
HSL190.91º37.2%40.59%-
HSV(B)190.91º54.23%55.69%-
XYZ14.7818.5228.39-
YUV110.76145.6395.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=19.40%
G=38.21%
B=42.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651281420.540.1000.44190.9137.240.59
Hex41808E36A02Cbf2529
Octal10120021666120542774551
Binary100000110000000100011101101101010010110010111111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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