#45788D

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

Shades of Jelly Bean #45788D

Tints of Jelly Bean #45788D

Color information

#45788D (or 0x45788D) is unknown color: approx Jelly Bean. HEX triplet: 45, 78 and 8D. RGB value is (69,120,141). Sum of RGB (Red+Green+Blue) = 69+120+141=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #45788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45788D is #BA8772. Grayscale: #6B6B6B. Windows color (decimal): -12224371 or 9271365. OLE color: 9271365.

HSL color Cylindrical-coordinate representation of color #45788D: hue angle of 197.5º 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 #45788D is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69120141-
CMYK0.510.1500.45
HSL197.5º34.29%41.18%-
HSV(B)197.5º51.06%55.29%-
XYZ13.9816.6227.67-
YUV107.14147.1100.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 120 (47.27% from 255) = 36.36%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=20.91%
G=36.36%
B=42.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691201410.510.1500.45197.534.2941.18
Hex45788D33F02Dc62229
Octal10517021563170553064251
Binary10001011111000100011011100111111010110111000110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45788D; }

 p { color: rgb(69,120,141); }

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

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

 a { background-color: rgb(69,120,141); }

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

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

 span { border-color: rgb(69,120,141); }

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