#41818D

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

Shades of Jelly Bean #41818D

Tints of Jelly Bean #41818D

Color information

#41818D (or 0x41818D) is unknown color: approx Jelly Bean. HEX triplet: 41, 81 and 8D. RGB value is (65,129,141). Sum of RGB (Red+Green+Blue) = 65+129+141=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #41818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41818D is #BE7E72. Grayscale: #6F6F6F. Windows color (decimal): -12484211 or 9273665. OLE color: 9273665.

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

Color convert

RGB65129141-
CMYK0.540.0900.45
HSL189.47º36.89%40.39%-
HSV(B)189.47º53.9%55.29%-
XYZ14.8418.7528.04-
YUV111.23144.895.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=19.40%
G=38.51%
B=42.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651291410.540.0900.45189.4736.8940.39
Hex41818D36902Dbd2528
Octal10120121566110552754550
Binary100000110000001100011011101101001010110110111101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41818D; }

 p { color: rgb(65,129,141); }

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

<style>
 a { background-color: #41818D; }

 a { background-color: rgb(65,129,141); }

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

<style>
 span { border-color: #41818D; }

 span { border-color: rgb(65,129,141); }

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