#44738D

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

Shades of Jelly Bean #44738D

Tints of Jelly Bean #44738D

Color information

#44738D (or 0x44738D) is unknown color: approx Jelly Bean. HEX triplet: 44, 73 and 8D. RGB value is (68,115,141). Sum of RGB (Red+Green+Blue) = 68+115+141=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #44738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44738D is #BB8C72. Grayscale: #676767. Windows color (decimal): -12291187 or 9270084. OLE color: 9270084.

HSL color Cylindrical-coordinate representation of color #44738D: hue angle of 201.37º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44738D is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB68115141-
CMYK0.520.1800.45
HSL201.37º34.93%40.98%-
HSV(B)201.37º51.77%55.29%-
XYZ13.3215.4127.47-
YUV103.91148.93102.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.99%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 141 (55.47% from 255) = 43.52%
R=20.99%
G=35.49%
B=43.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681151410.520.1800.45201.3734.9340.98
Hex44738D341202Dc92329
Octal10416321564220553114351
Binary100010011100111000110111010010010010110111001001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,115,141); }

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

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

 a { background-color: rgb(68,115,141); }

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

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

 span { border-color: rgb(68,115,141); }

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