Html Css Color HEX #40808C Jelly Bean

📋 copy color: '#40808C'

red 64 ◦ green 128 ◦ blue 140

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

Shades of Jelly Bean #40808C

Tints of Jelly Bean #40808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 19.28%
G = 38.55%
B = 42.17%

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

#40808C (or 0x40808C) is known color: Jelly Bean. HEX triplet: 40, 80 and 8C. RGB value is (64,128,140). Sum of RGB (Red+Green+Blue) = 64+128+140=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #40808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40808C is #BF7F73. Grayscale: #6E6E6E. Windows color (decimal): -12550004 or 9207872. OLE color: 9207872.

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

Color convert

RGB 64 128 140 -
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.57 18.42 27.6 -
YUV 110.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 64 128 140 0.54 0.09 0 0.45 189.47 0.37 0.4
Hex 40 80 8C 36 9 0 2D BD 25 28
Octal 100 200 214 66 11 0 55 275 45 50
Binary 1000000 10000000 10001100 110110 1001 0 101101 10111101 100101 101000

Color Harmonies of #40808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40808C

Black with #40808C

Text Example


Text Example

White with #40808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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