Html Css Color HEX #408091 Jelly Bean

📋 copy color: '#408091'

red 64 ◦ green 128 ◦ blue 145

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

Shades of Jelly Bean #408091

Tints of Jelly Bean #408091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.03%

R = 18.99%
G = 37.98%
B = 43.03%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#408091 (or 0x408091) is known color: Jelly Bean. HEX triplet: 40, 80 and 91. RGB value is (64,128,145). Sum of RGB (Red+Green+Blue) = 64+128+145=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #408091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408091 is #BF7F6E. Grayscale: #6E6E6E. Windows color (decimal): -12549999 or 9535552. OLE color: 9535552.

HSL color Cylindrical-coordinate representation of color #408091: hue angle of 192.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408091 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 128 145 -
CMYK 0.56 0.12 0 0.43
HSL 192.59º 0.39% 0.41% -
HSV(B) 192.59º 0.56% 0.57% -
XYZ 14.94 18.57 29.59 -
YUV 110.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 64 128 145 0.56 0.12 0 0.43 192.59 0.39 0.41
Hex 40 80 91 38 C 0 2B C1 27 29
Octal 100 200 221 70 14 0 53 301 47 51
Binary 1000000 10000000 10010001 111000 1100 0 101011 11000001 100111 101001

Color Harmonies of #408091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408091

Black with #408091

Text Example


Text Example

White with #408091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408091; }

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

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

background-color css

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

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

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

border-color css

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

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

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