#44779D

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

Shades of Jelly Bean #44779D

Tints of Jelly Bean #44779D

Color information

#44779D (or 0x44779D) is unknown color: approx Jelly Bean. HEX triplet: 44, 77 and 9D. RGB value is (68,119,157). Sum of RGB (Red+Green+Blue) = 68+119+157=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #44779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44779D is #BB8862. Grayscale: #6B6B6B. Windows color (decimal): -12290147 or 10319684. OLE color: 10319684.

HSL color Cylindrical-coordinate representation of color #44779D: hue angle of 205.62º 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 #44779D is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68119157-
CMYK0.570.2400.38
HSL205.62º39.56%44.12%-
HSV(B)205.62º56.69%61.57%-
XYZ15.0716.8634.36-
YUV108.08155.699.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.77%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=19.77%
G=34.59%
B=45.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681191570.570.2400.38205.6239.5644.12
Hex44779D3918026ce282c
Octal10416723571300463165054
Binary100010011101111001110111100111000010011011001110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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