Html Css Color HEX #44779B Jelly Bean

📋 copy color: '#44779B'

red 68 ◦ green 119 ◦ blue 155

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

Shades of Jelly Bean #44779B

Tints of Jelly Bean #44779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.32%

R = 19.88%
G = 34.8%
B = 45.32%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44779B (or 0x44779B) is known color: Jelly Bean. HEX triplet: 44, 77 and 9B. RGB value is (68,119,155). Sum of RGB (Red+Green+Blue) = 68+119+155=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #44779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44779B is #BB8864. Grayscale: #6B6B6B. Windows color (decimal): -12290149 or 10188612. OLE color: 10188612.

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

Color convert

RGB 68 119 155 -
CMYK 0.56 0.23 0 0.39
HSL 204.83º 0.39% 0.44% -
HSV(B) 204.83º 0.56% 0.61% -
XYZ 14.9 16.79 33.47 -
YUV 107.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 68 119 155 0.56 0.23 0 0.39 204.83 0.39 0.44
Hex 44 77 9B 38 17 0 27 CD 27 2C
Octal 104 167 233 70 27 0 47 315 47 54
Binary 1000100 1110111 10011011 111000 10111 0 100111 11001101 100111 101100

Color Harmonies of #44779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44779B

Black with #44779B

Text Example


Text Example

White with #44779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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