Html Css Color HEX #44779A Jelly Bean

📋 copy color: '#44779A'

red 68 ◦ green 119 ◦ blue 154

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

Shades of Jelly Bean #44779A

Tints of Jelly Bean #44779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.16%

R = 19.94%
G = 34.9%
B = 45.16%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#44779A (or 0x44779A) is known color: Jelly Bean. HEX triplet: 44, 77 and 9A. RGB value is (68,119,154). Sum of RGB (Red+Green+Blue) = 68+119+154=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #44779A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44779A is #BB8865. Grayscale: #6B6B6B. Windows color (decimal): -12290150 or 10123076. OLE color: 10123076.

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

Color convert

RGB 68 119 154 -
CMYK 0.56 0.23 0 0.40
HSL 204.42º 0.39% 0.44% -
HSV(B) 204.42º 0.56% 0.6% -
XYZ 14.81 16.76 33.03 -
YUV 107.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 68 119 154 0.56 0.23 0 0.40 204.42 0.39 0.44
Hex 44 77 9A 38 17 0 28 CC 27 2C
Octal 104 167 232 70 27 0 50 314 47 54
Binary 1000100 1110111 10011010 111000 10111 0 101000 11001100 100111 101100

Color Harmonies of #44779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44779A

Black with #44779A

Text Example


Text Example

White with #44779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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