Html Css Color HEX #44769D Jelly Bean

📋 copy color: '#44769D'

red 68 ◦ green 118 ◦ blue 157

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

Shades of Jelly Bean #44769D

Tints of Jelly Bean #44769D

RGB

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

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

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

R = 19.83%
G = 34.4%
B = 45.77%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44769D (or 0x44769D) is known color: Jelly Bean. HEX triplet: 44, 76 and 9D. RGB value is (68,118,157). Sum of RGB (Red+Green+Blue) = 68+118+157=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #44769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44769D is #BB8962. Grayscale: #6B6B6B. Windows color (decimal): -12290403 or 10319428. OLE color: 10319428.

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

Color convert

RGB 68 118 157 -
CMYK 0.57 0.25 0 0.38
HSL 206.29º 0.4% 0.44% -
HSV(B) 206.29º 0.57% 0.62% -
XYZ 14.95 16.62 34.32 -
YUV 107.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 68 118 157 0.57 0.25 0 0.38 206.29 0.4 0.44
Hex 44 76 9D 39 19 0 26 CE 28 2C
Octal 104 166 235 71 31 0 46 316 50 54
Binary 1000100 1110110 10011101 111001 11001 0 100110 11001110 101000 101100

Color Harmonies of #44769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44769D

Black with #44769D

Text Example


Text Example

White with #44769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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