#44759C

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

Shades of Jelly Bean #44759C

Tints of Jelly Bean #44759C

Color information

#44759C (or 0x44759C) is unknown color: approx Jelly Bean. HEX triplet: 44, 75 and 9C. RGB value is (68,117,156). Sum of RGB (Red+Green+Blue) = 68+117+156=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #44759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44759C is #BB8A63. Grayscale: #6A6A6A. Windows color (decimal): -12290660 or 10253636. OLE color: 10253636.

HSL color Cylindrical-coordinate representation of color #44759C: hue angle of 206.59º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44759C is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68117156-
CMYK0.560.2500.39
HSL206.59º39.29%43.92%-
HSV(B)206.59º56.41%61.18%-
XYZ14.7516.3533.83-
YUV106.79155.77100.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.94%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=19.94%
G=34.31%
B=45.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681171560.560.2500.39206.5939.2943.92
Hex44759C3819027cf272c
Octal10416523470310473174754
Binary100010011101011001110011100011001010011111001111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44759C; }

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

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

<style>
 a { background-color: #44759C; }

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

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

<style>
 span { border-color: #44759C; }

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

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