#44758E

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

Shades of Jelly Bean #44758E

Tints of Jelly Bean #44758E

Color information

#44758E (or 0x44758E) is unknown color: approx Jelly Bean. HEX triplet: 44, 75 and 8E. RGB value is (68,117,142). Sum of RGB (Red+Green+Blue) = 68+117+142=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #44758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44758E is #BB8A71. Grayscale: #696969. Windows color (decimal): -12290674 or 9336132. OLE color: 9336132.

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

Color convert

RGB68117142-
CMYK0.520.1800.44
HSL200.27º35.24%41.18%-
HSV(B)200.27º52.11%55.69%-
XYZ13.6315.927.94-
YUV105.2148.77101.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=20.80%
G=35.78%
B=43.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681171420.520.1800.44200.2735.2441.18
Hex44758E341202Cc82329
Octal10416521664220543104351
Binary100010011101011000111011010010010010110011001000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,117,142); }

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

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

 a { background-color: rgb(68,117,142); }

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

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

 span { border-color: rgb(68,117,142); }

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