Html Css Color HEX #44779D Jelly Bean

📋 copy color: '#44779D'

red 68 ◦ green 119 ◦ blue 157

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

Shades of Jelly Bean #44779D

Tints of Jelly Bean #44779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 19.77%
G = 34.59%
B = 45.64%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44779D (or 0x44779D) is known color: Jelly Bean. HEX triplet: 44, 77 and 9D. RGB value is (68,119,157). Sum of RGB (Red+Green+Blue) = 68+119+157=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #44779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44779D is #BB8862. Grayscale: #6B6B6B. Windows color (decimal): -12290147 or 10319684. OLE color: 10319684.

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

Color convert

RGB 68 119 157 -
CMYK 0.57 0.24 0 0.38
HSL 205.62º 0.4% 0.44% -
HSV(B) 205.62º 0.57% 0.62% -
XYZ 15.07 16.86 34.36 -
YUV 108.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 68 119 157 0.57 0.24 0 0.38 205.62 0.4 0.44
Hex 44 77 9D 39 18 0 26 CE 28 2C
Octal 104 167 235 71 30 0 46 316 50 54
Binary 1000100 1110111 10011101 111001 11000 0 100110 11001110 101000 101100

Color Harmonies of #44779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44779D

Black with #44779D

Text Example


Text Example

White with #44779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44779D;
 }
 .AnyTagClassName
 {
   color: #44779D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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