#44769C

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

Shades of Jelly Bean #44769C

Tints of Jelly Bean #44769C

Color information

#44769C (or 0x44769C) is unknown color: approx Jelly Bean. HEX triplet: 44, 76 and 9C. RGB value is (68,118,156). Sum of RGB (Red+Green+Blue) = 68+118+156=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #44769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44769C is #BB8963. Grayscale: #6B6B6B. Windows color (decimal): -12290404 or 10253892. OLE color: 10253892.

HSL color Cylindrical-coordinate representation of color #44769C: hue angle of 205.91º 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 #44769C is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68118156-
CMYK0.560.2400.39
HSL205.91º39.29%43.92%-
HSV(B)205.91º56.41%61.18%-
XYZ14.8616.5933.87-
YUV107.38155.4499.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=19.88%
G=34.50%
B=45.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681181560.560.2400.39205.9139.2943.92
Hex44769C3818027ce272c
Octal10416623470300473164754
Binary100010011101101001110011100011000010011111001110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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