#44789E

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

Shades of Jelly Bean #44789E

Tints of Jelly Bean #44789E

Color information

#44789E (or 0x44789E) is unknown color: approx Jelly Bean. HEX triplet: 44, 78 and 9E. RGB value is (68,120,158). Sum of RGB (Red+Green+Blue) = 68+120+158=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #44789E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44789E is #BB8761. Grayscale: #6C6C6C. Windows color (decimal): -12289890 or 10385476. OLE color: 10385476.

HSL color Cylindrical-coordinate representation of color #44789E: hue angle of 205.33º 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 #44789E is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68120158-
CMYK0.570.2400.38
HSL205.33º39.82%44.31%-
HSV(B)205.33º56.96%61.96%-
XYZ15.2717.1334.85-
YUV108.78155.7798.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.65%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=19.65%
G=34.68%
B=45.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681201580.570.2400.38205.3339.8244.31
Hex44789E3918026cd282c
Octal10417023671300463155054
Binary100010011110001001111011100111000010011011001101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,120,158); }

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

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

 a { background-color: rgb(68,120,158); }

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

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

 span { border-color: rgb(68,120,158); }

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