Html Css Color HEX #40808E Jelly Bean

📋 copy color: '#40808E'

red 64 ◦ green 128 ◦ blue 142

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

Shades of Jelly Bean #40808E

Tints of Jelly Bean #40808E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 19.16%
G = 38.32%
B = 42.51%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40808E (or 0x40808E) is known color: Jelly Bean. HEX triplet: 40, 80 and 8E. RGB value is (64,128,142). Sum of RGB (Red+Green+Blue) = 64+128+142=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #40808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40808E is #BF7F71. Grayscale: #6E6E6E. Windows color (decimal): -12550002 or 9338944. OLE color: 9338944.

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

Color convert

RGB 64 128 142 -
CMYK 0.55 0.10 0 0.44
HSL 190.77º 0.38% 0.4% -
HSV(B) 190.77º 0.55% 0.56% -
XYZ 14.72 18.48 28.38 -
YUV 110.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 64 128 142 0.55 0.10 0 0.44 190.77 0.38 0.4
Hex 40 80 8E 37 A 0 2C BF 26 28
Octal 100 200 216 67 12 0 54 277 46 50
Binary 1000000 10000000 10001110 110111 1010 0 101100 10111111 100110 101000

Color Harmonies of #40808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40808E

Black with #40808E

Text Example


Text Example

White with #40808E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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