#45788B

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

Shades of Jelly Bean #45788B

Tints of Jelly Bean #45788B

Color information

#45788B (or 0x45788B) is unknown color: approx Jelly Bean. HEX triplet: 45, 78 and 8B. RGB value is (69,120,139). Sum of RGB (Red+Green+Blue) = 69+120+139=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #45788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45788B is #BA8774. Grayscale: #6A6A6A. Windows color (decimal): -12224373 or 9140293. OLE color: 9140293.

HSL color Cylindrical-coordinate representation of color #45788B: hue angle of 196.29º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45788B is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69120139-
CMYK0.500.1400.45
HSL196.29º33.65%40.78%-
HSV(B)196.29º50.36%54.51%-
XYZ13.8316.5626.89-
YUV106.92146.1100.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.04%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=21.04%
G=36.59%
B=42.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691201390.500.1400.45196.2933.6540.78
Hex45788B32E02Dc42229
Octal10517021362160553044251
Binary10001011111000100010111100101110010110111000100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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