Html Css Color HEX #408292 Jelly Bean

📋 copy color: '#408292'

red 64 ◦ green 130 ◦ blue 146

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

Shades of Jelly Bean #408292

Tints of Jelly Bean #408292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.94%

R = 18.82%
G = 38.24%
B = 42.94%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#408292 (or 0x408292) is known color: Jelly Bean. HEX triplet: 40, 82 and 92. RGB value is (64,130,146). Sum of RGB (Red+Green+Blue) = 64+130+146=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #408292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408292 is #BF7D6D. Grayscale: #6F6F6F. Windows color (decimal): -12549486 or 9601600. OLE color: 9601600.

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

Color convert

RGB 64 130 146 -
CMYK 0.56 0.11 0 0.43
HSL 191.71º 0.39% 0.41% -
HSV(B) 191.71º 0.56% 0.57% -
XYZ 15.29 19.13 30.08 -
YUV 112.09 147.13 93.7 -
System Red Green Blue C M Y K H S L
Decimal 64 130 146 0.56 0.11 0 0.43 191.71 0.39 0.41
Hex 40 82 92 38 B 0 2B C0 27 29
Octal 100 202 222 70 13 0 53 300 47 51
Binary 1000000 10000010 10010010 111000 1011 0 101011 11000000 100111 101001

Color Harmonies of #408292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408292

Black with #408292

Text Example


Text Example

White with #408292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408292; }

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

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

background-color css

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

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

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

border-color css

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

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

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