Html Css Color HEX #408095 Jelly Bean

📋 copy color: '#408095'

red 64 ◦ green 128 ◦ blue 149

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

Shades of Jelly Bean #408095

Tints of Jelly Bean #408095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 18.77%
G = 37.54%
B = 43.7%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#408095 (or 0x408095) is known color: Jelly Bean. HEX triplet: 40, 80 and 95. RGB value is (64,128,149). Sum of RGB (Red+Green+Blue) = 64+128+149=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #408095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408095 is #BF7F6A. Grayscale: #6F6F6F. Windows color (decimal): -12549995 or 9797696. OLE color: 9797696.

HSL color Cylindrical-coordinate representation of color #408095: hue angle of 194.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #408095 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 128 149 -
CMYK 0.57 0.14 0 0.42
HSL 194.82º 0.4% 0.42% -
HSV(B) 194.82º 0.57% 0.58% -
XYZ 15.26 18.7 31.24 -
YUV 111.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 64 128 149 0.57 0.14 0 0.42 194.82 0.4 0.42
Hex 40 80 95 39 E 0 2A C3 28 2A
Octal 100 200 225 71 16 0 52 303 50 52
Binary 1000000 10000000 10010101 111001 1110 0 101010 11000011 101000 101010

Color Harmonies of #408095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408095

Black with #408095

Text Example


Text Example

White with #408095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408095; }

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

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

background-color css

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

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

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

border-color css

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

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

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