#44799E

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

Shades of Jelly Bean #44799E

Tints of Jelly Bean #44799E

Color information

#44799E (or 0x44799E) is unknown color: approx Jelly Bean. HEX triplet: 44, 79 and 9E. RGB value is (68,121,158). Sum of RGB (Red+Green+Blue) = 68+121+158=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #44799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44799E is #BB8661. Grayscale: #6D6D6D. Windows color (decimal): -12289634 or 10385732. OLE color: 10385732.

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

Color convert

RGB68121158-
CMYK0.570.2300.38
HSL204.67º39.82%44.31%-
HSV(B)204.67º56.96%61.96%-
XYZ15.3917.3734.89-
YUV109.37155.4498.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.60%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=19.60%
G=34.87%
B=45.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681211580.570.2300.38204.6739.8244.31
Hex44799E3917026cd282c
Octal10417123671270463155054
Binary100010011110011001111011100110111010011011001101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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