#44799C

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

Shades of Jelly Bean #44799C

Tints of Jelly Bean #44799C

Color information

#44799C (or 0x44799C) is unknown color: approx Jelly Bean. HEX triplet: 44, 79 and 9C. RGB value is (68,121,156). Sum of RGB (Red+Green+Blue) = 68+121+156=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #44799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44799C is #BB8663. Grayscale: #6C6C6C. Windows color (decimal): -12289636 or 10254660. OLE color: 10254660.

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

Color convert

RGB68121156-
CMYK0.560.2200.39
HSL203.86º39.29%43.92%-
HSV(B)203.86º56.41%61.18%-
XYZ15.2217.333.99-
YUV109.14154.4498.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=19.71%
G=35.07%
B=45.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681211560.560.2200.39203.8639.2943.92
Hex44799C3816027cc272c
Octal10417123470260473144754
Binary100010011110011001110011100010110010011111001100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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