#40808D

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

Shades of Jelly Bean #40808D

Tints of Jelly Bean #40808D

Color information

#40808D (or 0x40808D) is unknown color: approx 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

RGB64128141-
CMYK0.550.0900.45
HSL190.13º37.56%40.2%-
HSV(B)190.13º54.61%55.29%-
XYZ14.6418.4527.99-
YUV110.35145.394.94-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641281410.550.0900.45190.1337.5640.2
Hex40808D37902Dbe2628
Octal10020021567110552764650
Binary100000010000000100011011101111001010110110111110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>