Html Css Color HEX #44759B Jelly Bean

📋 copy color: '#44759B'

red 68 ◦ green 117 ◦ blue 155

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

Shades of Jelly Bean #44759B

Tints of Jelly Bean #44759B

RGB

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

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

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

R = 20%
G = 34.41%
B = 45.59%

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

#44759B (or 0x44759B) is known color: Jelly Bean. HEX triplet: 44, 75 and 9B. RGB value is (68,117,155). Sum of RGB (Red+Green+Blue) = 68+117+155=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #44759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44759B is #BB8A64. Grayscale: #6A6A6A. Windows color (decimal): -12290661 or 10188100. OLE color: 10188100.

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

Color convert

RGB 68 117 155 -
CMYK 0.56 0.25 0 0.39
HSL 206.21º 0.39% 0.44% -
HSV(B) 206.21º 0.56% 0.61% -
XYZ 14.66 16.32 33.39 -
YUV 106.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 68 117 155 0.56 0.25 0 0.39 206.21 0.39 0.44
Hex 44 75 9B 38 19 0 27 CE 27 2C
Octal 104 165 233 70 31 0 47 316 47 54
Binary 1000100 1110101 10011011 111000 11001 0 100111 11001110 100111 101100

Color Harmonies of #44759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44759B

Black with #44759B

Text Example


Text Example

White with #44759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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