#44799A

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

Shades of Jelly Bean #44799A

Tints of Jelly Bean #44799A

Color information

#44799A (or 0x44799A) is unknown color: approx Jelly Bean. HEX triplet: 44, 79 and 9A. RGB value is (68,121,154). Sum of RGB (Red+Green+Blue) = 68+121+154=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #44799A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44799A is #BB8665. Grayscale: #6C6C6C. Windows color (decimal): -12289638 or 10123588. OLE color: 10123588.

HSL color Cylindrical-coordinate representation of color #44799A: hue angle of 203.02º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44799A is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB68121154-
CMYK0.560.2100.40
HSL203.02º38.74%43.53%-
HSV(B)203.02º55.84%60.39%-
XYZ15.0517.2433.11-
YUV108.92153.4498.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.83%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=19.83%
G=35.28%
B=44.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681211540.560.2100.40203.0238.7443.53
Hex44799A3815028cb272c
Octal10417123270250503134754
Binary100010011110011001101011100010101010100011001011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44799A; }

 p { color: rgb(68,121,154); }

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

<style>
 a { background-color: #44799A; }

 a { background-color: rgb(68,121,154); }

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

<style>
 span { border-color: #44799A; }

 span { border-color: rgb(68,121,154); }

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