Html Css Color HEX #44759C Jelly Bean

📋 copy color: '#44759C'

red 68 ◦ green 117 ◦ blue 156

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

Shades of Jelly Bean #44759C

Tints of Jelly Bean #44759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.31%

 BLUE value IS 156 (61.33% from 255) = 45.75%

R = 19.94%
G = 34.31%
B = 45.75%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44759C (or 0x44759C) is known color: Jelly Bean. HEX triplet: 44, 75 and 9C. RGB value is (68,117,156). Sum of RGB (Red+Green+Blue) = 68+117+156=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #44759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44759C is #BB8A63. Grayscale: #6A6A6A. Windows color (decimal): -12290660 or 10253636. OLE color: 10253636.

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

Color convert

RGB 68 117 156 -
CMYK 0.56 0.25 0 0.39
HSL 206.59º 0.39% 0.44% -
HSV(B) 206.59º 0.56% 0.61% -
XYZ 14.75 16.35 33.83 -
YUV 106.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 68 117 156 0.56 0.25 0 0.39 206.59 0.39 0.44
Hex 44 75 9C 38 19 0 27 CF 27 2C
Octal 104 165 234 70 31 0 47 317 47 54
Binary 1000100 1110101 10011100 111000 11001 0 100111 11001111 100111 101100

Color Harmonies of #44759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44759C

Black with #44759C

Text Example


Text Example

White with #44759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,117,156); }

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

background-color css

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

 a { background-color: rgb(68,117,156); }

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

border-color css

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

 span { border-color: rgb(68,117,156); }

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