#45779E

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

Shades of Jelly Bean #45779E

Tints of Jelly Bean #45779E

Color information

#45779E (or 0x45779E) is unknown color: approx Jelly Bean. HEX triplet: 45, 77 and 9E. RGB value is (69,119,158). Sum of RGB (Red+Green+Blue) = 69+119+158=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #45779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45779E is #BA8861. Grayscale: #6C6C6C. Windows color (decimal): -12224610 or 10385221. OLE color: 10385221.

HSL color Cylindrical-coordinate representation of color #45779E: hue angle of 206.29º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45779E is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB69119158-
CMYK0.560.2500.38
HSL206.29º39.21%44.51%-
HSV(B)206.29º56.33%61.96%-
XYZ15.2216.9334.81-
YUV108.5155.9499.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=19.94%
G=34.39%
B=45.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691191580.560.2500.38206.2939.2144.51
Hex45779E3819026ce272d
Octal10516723670310463164755
Binary100010111101111001111011100011001010011011001110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45779E; }

 p { color: rgb(69,119,158); }

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

<style>
 a { background-color: #45779E; }

 a { background-color: rgb(69,119,158); }

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

<style>
 span { border-color: #45779E; }

 span { border-color: rgb(69,119,158); }

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