#468090

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

Shades of Jelly Bean #468090

Tints of Jelly Bean #468090

Color information

#468090 (or 0x468090) is unknown color: approx Jelly Bean. HEX triplet: 46, 80 and 90. RGB value is (70,128,144). Sum of RGB (Red+Green+Blue) = 70+128+144=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #468090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468090 is #B97F6F. Grayscale: #707070. Windows color (decimal): -12156784 or 9470022. OLE color: 9470022.

HSL color Cylindrical-coordinate representation of color #468090: hue angle of 192.97º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468090 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB70128144-
CMYK0.510.1100.44
HSL192.97º34.58%41.96%-
HSV(B)192.97º51.39%56.47%-
XYZ15.2818.7529.2-
YUV112.48145.7897.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=20.47%
G=37.43%
B=42.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701281440.510.1100.44192.9734.5841.96
Hex46809033B02Cc1232a
Octal10620022063130543014352
Binary100011010000000100100001100111011010110011000001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468090; }

 p { color: rgb(70,128,144); }

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

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

 a { background-color: rgb(70,128,144); }

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

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

 span { border-color: rgb(70,128,144); }

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