Html Css Color HEX #44788B Jelly Bean

📋 copy color: '#44788B'

red 68 ◦ green 120 ◦ blue 139

#44788B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #44788B

Tints of Jelly Bean #44788B

RGB

 RED value IS 68 (26.95% from 255) = 20.8%

 GREEN value IS 120 (47.27% from 255) = 36.7%

 BLUE value IS 139 (54.69% from 255) = 42.51%

R = 20.8%
G = 36.7%
B = 42.51%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44788B (or 0x44788B) is known color: Jelly Bean. HEX triplet: 44, 78 and 8B. RGB value is (68,120,139). Sum of RGB (Red+Green+Blue) = 68+120+139=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #44788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44788B is #BB8774. Grayscale: #6A6A6A. Windows color (decimal): -12289909 or 9140292. OLE color: 9140292.

HSL color Cylindrical-coordinate representation of color #44788B: hue angle of 196.06º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44788B is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 120 139 -
CMYK 0.51 0.14 0 0.45
HSL 196.06º 0.34% 0.41% -
HSV(B) 196.06º 0.51% 0.55% -
XYZ 13.76 16.53 26.89 -
YUV 106.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 68 120 139 0.51 0.14 0 0.45 196.06 0.34 0.41
Hex 44 78 8B 33 E 0 2D C4 22 29
Octal 104 170 213 63 16 0 55 304 42 51
Binary 1000100 1111000 10001011 110011 1110 0 101101 11000100 100010 101001

Color Harmonies of #44788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44788B

Black with #44788B

Text Example


Text Example

White with #44788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44788B; }

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

 H1.HeaderClassName
 {
   color: #44788B;
 }
 .AnyTagClassName
 {
   color: #44788B;
 }
</style>

background-color css

<style>
 a { background-color: #44788B; }

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

 div.DivClassName
 {
   background-color: #44788B;
 }
 .BgClassName
 {
   background-color: #44788B;
 }
</style>

border-color css

<style>
 span { border-color: #44788B; }

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

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