Html Css Color HEX #408092 Jelly Bean

📋 copy color: '#408092'

red 64 ◦ green 128 ◦ blue 146

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

Shades of Jelly Bean #408092

Tints of Jelly Bean #408092

RGB

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

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

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

R = 18.93%
G = 37.87%
B = 43.2%

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

#408092 (or 0x408092) is known color: Jelly Bean. HEX triplet: 40, 80 and 92. RGB value is (64,128,146). Sum of RGB (Red+Green+Blue) = 64+128+146=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #408092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408092 is #BF7F6D. Grayscale: #6E6E6E. Windows color (decimal): -12549998 or 9601088. OLE color: 9601088.

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

Color convert

RGB 64 128 146 -
CMYK 0.56 0.12 0 0.43
HSL 193.17º 0.39% 0.41% -
HSV(B) 193.17º 0.56% 0.57% -
XYZ 15.02 18.6 29.99 -
YUV 110.92 147.8 94.54 -
System Red Green Blue C M Y K H S L
Decimal 64 128 146 0.56 0.12 0 0.43 193.17 0.39 0.41
Hex 40 80 92 38 C 0 2B C1 27 29
Octal 100 200 222 70 14 0 53 301 47 51
Binary 1000000 10000000 10010010 111000 1100 0 101011 11000001 100111 101001

Color Harmonies of #408092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408092

Black with #408092

Text Example


Text Example

White with #408092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408092; }

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

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

background-color css

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

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

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

border-color css

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

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

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