#45768e

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

Shades of Jelly Bean #45768E

Tints of Jelly Bean #45768E

Color information

#45768E (or 0x45768E) is unknown color: approx Jelly Bean. HEX triplet: 45, 76 and 8E. RGB value is (69,118,142). Sum of RGB (Red+Green+Blue) = 69+118+142=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #45768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45768E is #BA8971. Grayscale: #696969. Windows color (decimal): -12224882 or 9336389. OLE color: 9336389.

HSL color Cylindrical-coordinate representation of color #45768E: hue angle of 199.73º 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 #45768E is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69118142-
CMYK0.510.1700.44
HSL199.73º34.6%41.37%-
HSV(B)199.73º51.41%55.69%-
XYZ13.8216.1827.99-
YUV106.08148.27101.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=20.97%
G=35.87%
B=43.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691181420.510.1700.44199.7334.641.37
Hex45768E331102Cc82329
Octal10516621663210543104351
Binary100010111101101000111011001110001010110011001000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45768e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45768e; }

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

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

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

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

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

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

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

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