Html Css Color HEX #44768C Jelly Bean

📋 copy color: '#44768C'

red 68 ◦ green 118 ◦ blue 140

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

Shades of Jelly Bean #44768C

Tints of Jelly Bean #44768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.94%

R = 20.86%
G = 36.2%
B = 42.94%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44768C (or 0x44768C) is known color: Jelly Bean. HEX triplet: 44, 76 and 8C. RGB value is (68,118,140). Sum of RGB (Red+Green+Blue) = 68+118+140=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #44768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44768C is #BB8973. Grayscale: #696969. Windows color (decimal): -12290420 or 9205316. OLE color: 9205316.

HSL color Cylindrical-coordinate representation of color #44768C: hue angle of 198.33º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44768C is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 118 140 -
CMYK 0.51 0.16 0 0.45
HSL 198.33º 0.35% 0.41% -
HSV(B) 198.33º 0.51% 0.55% -
XYZ 13.6 16.08 27.2 -
YUV 105.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 68 118 140 0.51 0.16 0 0.45 198.33 0.35 0.41
Hex 44 76 8C 33 10 0 2D C6 23 29
Octal 104 166 214 63 20 0 55 306 43 51
Binary 1000100 1110110 10001100 110011 10000 0 101101 11000110 100011 101001

Color Harmonies of #44768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44768C

Black with #44768C

Text Example


Text Example

White with #44768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44768C; }

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

 H1.HeaderClassName
 {
   color: #44768C;
 }
 .AnyTagClassName
 {
   color: #44768C;
 }
</style>

background-color css

<style>
 a { background-color: #44768C; }

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

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

border-color css

<style>
 span { border-color: #44768C; }

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

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