#44758D

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

Shades of Jelly Bean #44758D

Tints of Jelly Bean #44758D

Color information

#44758D (or 0x44758D) is unknown color: approx Jelly Bean. HEX triplet: 44, 75 and 8D. RGB value is (68,117,141). Sum of RGB (Red+Green+Blue) = 68+117+141=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #44758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44758D is #BB8A72. Grayscale: #686868. Windows color (decimal): -12290675 or 9270596. OLE color: 9270596.

HSL color Cylindrical-coordinate representation of color #44758D: hue angle of 199.73º 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 #44758D is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB68117141-
CMYK0.520.1700.45
HSL199.73º34.93%40.98%-
HSV(B)199.73º51.77%55.29%-
XYZ13.5515.8727.55-
YUV105.08148.27101.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=20.86%
G=35.89%
B=43.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681171410.520.1700.45199.7334.9340.98
Hex44758D341102Dc82329
Octal10416521564210553104351
Binary100010011101011000110111010010001010110111001000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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