#44769D

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

Shades of Jelly Bean #44769D

Tints of Jelly Bean #44769D

Color information

#44769D (or 0x44769D) is unknown color: approx Jelly Bean. HEX triplet: 44, 76 and 9D. RGB value is (68,118,157). Sum of RGB (Red+Green+Blue) = 68+118+157=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #44769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44769D is #BB8962. Grayscale: #6B6B6B. Windows color (decimal): -12290403 or 10319428. OLE color: 10319428.

HSL color Cylindrical-coordinate representation of color #44769D: hue angle of 206.29º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44769D is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68118157-
CMYK0.570.2500.38
HSL206.29º39.56%44.12%-
HSV(B)206.29º56.69%61.57%-
XYZ14.9516.6234.32-
YUV107.5155.9499.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.83%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=19.83%
G=34.40%
B=45.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681181570.570.2500.38206.2939.5644.12
Hex44769D3919026ce282c
Octal10416623571310463165054
Binary100010011101101001110111100111001010011011001110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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