Html Css Color HEX #408291 Jelly Bean

📋 copy color: '#408291'

red 64 ◦ green 130 ◦ blue 145

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

Shades of Jelly Bean #408291

Tints of Jelly Bean #408291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 18.88%
G = 38.35%
B = 42.77%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#408291 (or 0x408291) is known color: Jelly Bean. HEX triplet: 40, 82 and 91. RGB value is (64,130,145). Sum of RGB (Red+Green+Blue) = 64+130+145=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #408291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408291 is #BF7D6E. Grayscale: #6F6F6F. Windows color (decimal): -12549487 or 9536064. OLE color: 9536064.

HSL color Cylindrical-coordinate representation of color #408291: hue angle of 191.11º 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 #408291 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 130 145 -
CMYK 0.56 0.10 0 0.43
HSL 191.11º 0.39% 0.41% -
HSV(B) 191.11º 0.56% 0.57% -
XYZ 15.21 19.1 29.67 -
YUV 111.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 64 130 145 0.56 0.10 0 0.43 191.11 0.39 0.41
Hex 40 82 91 38 A 0 2B BF 27 29
Octal 100 202 221 70 12 0 53 277 47 51
Binary 1000000 10000010 10010001 111000 1010 0 101011 10111111 100111 101001

Color Harmonies of #408291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408291

Black with #408291

Text Example


Text Example

White with #408291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408291; }

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

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

background-color css

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

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

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

border-color css

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

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

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