Html Css Color HEX #40808D Jelly Bean

📋 copy color: '#40808D'

red 64 ◦ green 128 ◦ blue 141

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

Shades of Jelly Bean #40808D

Tints of Jelly Bean #40808D

RGB

 RED value IS 64 (25.39% from 255) = 19.22%

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

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

R = 19.22%
G = 38.44%
B = 42.34%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40808D (or 0x40808D) is known color: Jelly Bean. HEX triplet: 40, 80 and 8D. RGB value is (64,128,141). Sum of RGB (Red+Green+Blue) = 64+128+141=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #40808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40808D is #BF7F72. Grayscale: #6E6E6E. Windows color (decimal): -12550003 or 9273408. OLE color: 9273408.

HSL color Cylindrical-coordinate representation of color #40808D: hue angle of 190.13º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40808D is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 128 141 -
CMYK 0.55 0.09 0 0.45
HSL 190.13º 0.38% 0.4% -
HSV(B) 190.13º 0.55% 0.55% -
XYZ 14.64 18.45 27.99 -
YUV 110.35 145.3 94.94 -
System Red Green Blue C M Y K H S L
Decimal 64 128 141 0.55 0.09 0 0.45 190.13 0.38 0.4
Hex 40 80 8D 37 9 0 2D BE 26 28
Octal 100 200 215 67 11 0 55 276 46 50
Binary 1000000 10000000 10001101 110111 1001 0 101101 10111110 100110 101000

Color Harmonies of #40808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40808D

Black with #40808D

Text Example


Text Example

White with #40808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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