#408293

Color #408293 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #408293

Tints of Jelly Bean #408293

Color information

#408293 (or 0x408293) is unknown color: approx Jelly Bean. HEX triplet: 40, 82 and 93. RGB value is (64,130,147). Sum of RGB (Red+Green+Blue) = 64+130+147=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #408293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408293 is #BF7D6C. Grayscale: #707070. Windows color (decimal): -12549485 or 9667136. OLE color: 9667136.

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

Color convert

RGB64130147-
CMYK0.560.1200.42
HSL192.29º39.34%41.37%-
HSV(B)192.29º56.46%57.65%-
XYZ15.3619.1630.49-
YUV112.2147.6393.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.77%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=18.77%
G=38.12%
B=43.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641301470.560.1200.42192.2939.3441.37
Hex40829338C02Ac02729
Octal10020222370140523004751
Binary100000010000010100100111110001100010101011000000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408293; }

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

 H1.HeaderClassName
 {
   color: #408293;
 }
 .AnyTagClassName
 {
   color: #408293;
 }
</style>
background-color css

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

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

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

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

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

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