#44779e

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

Shades of Jelly Bean #44779E

Tints of Jelly Bean #44779E

Color information

#44779E (or 0x44779E) is unknown color: approx Jelly Bean. HEX triplet: 44, 77 and 9E. RGB value is (68,119,158). Sum of RGB (Red+Green+Blue) = 68+119+158=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #44779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44779E is #BB8861. Grayscale: #6B6B6B. Windows color (decimal): -12290146 or 10385220. OLE color: 10385220.

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

Color convert

RGB68119158-
CMYK0.570.2500.38
HSL206º39.82%44.31%-
HSV(B)206º56.96%61.96%-
XYZ15.1516.8934.81-
YUV108.2156.199.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=19.71%
G=34.49%
B=45.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681191580.570.2500.3820639.8244.31
Hex44779E3919026ce282c
Octal10416723671310463165054
Binary100010011101111001111011100111001010011011001110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44779e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44779e; }

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

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

<style>
 a { background-color: #44779e; }

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

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

<style>
 span { border-color: #44779e; }

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

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