#44788A

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

Shades of Jelly Bean #44788A

Tints of Jelly Bean #44788A

Color information

#44788A (or 0x44788A) is unknown color: approx Jelly Bean. HEX triplet: 44, 78 and 8A. RGB value is (68,120,138). Sum of RGB (Red+Green+Blue) = 68+120+138=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #44788A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44788A is #BB8775. Grayscale: #6A6A6A. Windows color (decimal): -12289910 or 9074756. OLE color: 9074756.

HSL color Cylindrical-coordinate representation of color #44788A: hue angle of 195.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44788A is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB68120138-
CMYK0.510.1300.46
HSL195.43º33.98%40.39%-
HSV(B)195.43º50.72%54.12%-
XYZ13.6916.526.51-
YUV106.5145.77100.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 138 (54.30% from 255) = 42.33%
R=20.86%
G=36.81%
B=42.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681201380.510.1300.46195.4333.9840.39
Hex44788A33D02Ec32228
Octal10417021263150563034250
Binary10001001111000100010101100111101010111011000011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44788A; }

 p { color: rgb(68,120,138); }

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

<style>
 a { background-color: #44788A; }

 a { background-color: rgb(68,120,138); }

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

<style>
 span { border-color: #44788A; }

 span { border-color: rgb(68,120,138); }

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