#45768C

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

Shades of Jelly Bean #45768C

Tints of Jelly Bean #45768C

Color information

#45768C (or 0x45768C) is unknown color: approx Jelly Bean. HEX triplet: 45, 76 and 8C. RGB value is (69,118,140). Sum of RGB (Red+Green+Blue) = 69+118+140=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #45768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45768C is #BA8973. Grayscale: #696969. Windows color (decimal): -12224884 or 9205317. OLE color: 9205317.

HSL color Cylindrical-coordinate representation of color #45768C: hue angle of 198.59º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45768C is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69118140-
CMYK0.510.1600.45
HSL198.59º33.97%40.98%-
HSV(B)198.59º50.71%54.9%-
XYZ13.6716.1227.2-
YUV105.86147.27101.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 140 (55.08% from 255) = 42.81%
R=21.10%
G=36.09%
B=42.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691181400.510.1600.45198.5933.9740.98
Hex45768C331002Dc72229
Octal10516621463200553074251
Binary100010111101101000110011001110000010110111000111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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