Html Css Color HEX #41818D Jelly Bean

📋 copy color: '#41818D'

red 65 ◦ green 129 ◦ blue 141

#41818D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #41818D

Tints of Jelly Bean #41818D

RGB

 RED value IS 65 (25.78% from 255) = 19.4%

 GREEN value IS 129 (50.78% from 255) = 38.51%

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 19.4%
G = 38.51%
B = 42.09%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41818D (or 0x41818D) is known color: 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

RGB 65 129 141 -
CMYK 0.54 0.09 0 0.45
HSL 189.47º 0.37% 0.4% -
HSV(B) 189.47º 0.54% 0.55% -
XYZ 14.84 18.75 28.04 -
YUV 111.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 65 129 141 0.54 0.09 0 0.45 189.47 0.37 0.4
Hex 41 81 8D 36 9 0 2D BD 25 28
Octal 101 201 215 66 11 0 55 275 45 50
Binary 1000001 10000001 10001101 110110 1001 0 101101 10111101 100101 101000

Color Harmonies of #41818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41818D

Black with #41818D

Text Example


Text Example

White with #41818D

Text Example


Text Example

HTML Codes & Css Web 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>