Html Css Color HEX #41808D Jelly Bean

📋 copy color: '#41808D'

red 65 ◦ green 128 ◦ blue 141

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

Shades of Jelly Bean #41808D

Tints of Jelly Bean #41808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

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

R = 19.46%
G = 38.32%
B = 42.22%

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

#41808D (or 0x41808D) is known color: Jelly Bean. HEX triplet: 41, 80 and 8D. RGB value is (65,128,141). Sum of RGB (Red+Green+Blue) = 65+128+141=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #41808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41808D is #BE7F72. Grayscale: #6E6E6E. Windows color (decimal): -12484467 or 9273409. OLE color: 9273409.

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

Color convert

RGB 65 128 141 -
CMYK 0.54 0.09 0 0.45
HSL 190.26º 0.37% 0.4% -
HSV(B) 190.26º 0.54% 0.55% -
XYZ 14.71 18.49 27.99 -
YUV 110.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 65 128 141 0.54 0.09 0 0.45 190.26 0.37 0.4
Hex 41 80 8D 36 9 0 2D BE 25 28
Octal 101 200 215 66 11 0 55 276 45 50
Binary 1000001 10000000 10001101 110110 1001 0 101101 10111110 100101 101000

Color Harmonies of #41808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41808D

Black with #41808D

Text Example


Text Example

White with #41808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41808D;
 }
 .AnyTagClassName
 {
   color: #41808D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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