#45798C

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

Shades of Jelly Bean #45798C

Tints of Jelly Bean #45798C

Color information

#45798C (or 0x45798C) is unknown color: approx Jelly Bean. HEX triplet: 45, 79 and 8C. RGB value is (69,121,140). Sum of RGB (Red+Green+Blue) = 69+121+140=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #45798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45798C is #BA8673. Grayscale: #6B6B6B. Windows color (decimal): -12224116 or 9206085. OLE color: 9206085.

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

Color convert

RGB69121140-
CMYK0.510.1400.45
HSL196.06º33.97%40.98%-
HSV(B)196.06º50.71%54.9%-
XYZ14.0316.8327.32-
YUV107.62146.27100.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 121 (47.66% from 255) = 36.67%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=20.91%
G=36.67%
B=42.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691211400.510.1400.45196.0633.9740.98
Hex45798C33E02Dc42229
Octal10517121463160553044251
Binary10001011111001100011001100111110010110111000100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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