Html Css Color HEX #44769B Jelly Bean

📋 copy color: '#44769B'

red 68 ◦ green 118 ◦ blue 155

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

Shades of Jelly Bean #44769B

Tints of Jelly Bean #44769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 19.94%
G = 34.6%
B = 45.45%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44769B (or 0x44769B) is known color: Jelly Bean. HEX triplet: 44, 76 and 9B. RGB value is (68,118,155). Sum of RGB (Red+Green+Blue) = 68+118+155=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #44769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44769B is #BB8964. Grayscale: #6B6B6B. Windows color (decimal): -12290405 or 10188356. OLE color: 10188356.

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

Color convert

RGB 68 118 155 -
CMYK 0.56 0.24 0 0.39
HSL 205.52º 0.39% 0.44% -
HSV(B) 205.52º 0.56% 0.61% -
XYZ 14.78 16.55 33.43 -
YUV 107.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 68 118 155 0.56 0.24 0 0.39 205.52 0.39 0.44
Hex 44 76 9B 38 18 0 27 CE 27 2C
Octal 104 166 233 70 30 0 47 316 47 54
Binary 1000100 1110110 10011011 111000 11000 0 100111 11001110 100111 101100

Color Harmonies of #44769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44769B

Black with #44769B

Text Example


Text Example

White with #44769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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