#45808E

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

Shades of Jelly Bean #45808E

Tints of Jelly Bean #45808E

Color information

#45808E (or 0x45808E) is unknown color: approx Jelly Bean. HEX triplet: 45, 80 and 8E. RGB value is (69,128,142). Sum of RGB (Red+Green+Blue) = 69+128+142=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #45808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45808E is #BA7F71. Grayscale: #6F6F6F. Windows color (decimal): -12222322 or 9338949. OLE color: 9338949.

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

Color convert

RGB69128142-
CMYK0.510.1000.44
HSL191.51º34.6%41.37%-
HSV(B)191.51º51.41%55.69%-
XYZ15.0618.6628.4-
YUV111.96144.9597.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 142 (55.86% from 255) = 41.89%
R=20.35%
G=37.76%
B=41.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691281420.510.1000.44191.5134.641.37
Hex45808E33A02Cc02329
Octal10520021663120543004351
Binary100010110000000100011101100111010010110011000000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45808E; }

 p { color: rgb(69,128,142); }

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

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

 a { background-color: rgb(69,128,142); }

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

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

 span { border-color: rgb(69,128,142); }

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