Html Css Color HEX #44758D Jelly Bean

📋 copy color: '#44758D'

red 68 ◦ green 117 ◦ blue 141

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

Shades of Jelly Bean #44758D

Tints of Jelly Bean #44758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 20.86%
G = 35.89%
B = 43.25%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44758D (or 0x44758D) is known color: Jelly Bean. HEX triplet: 44, 75 and 8D. RGB value is (68,117,141). Sum of RGB (Red+Green+Blue) = 68+117+141=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #44758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44758D is #BB8A72. Grayscale: #686868. Windows color (decimal): -12290675 or 9270596. OLE color: 9270596.

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

Color convert

RGB 68 117 141 -
CMYK 0.52 0.17 0 0.45
HSL 199.73º 0.35% 0.41% -
HSV(B) 199.73º 0.52% 0.55% -
XYZ 13.55 15.87 27.55 -
YUV 105.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 68 117 141 0.52 0.17 0 0.45 199.73 0.35 0.41
Hex 44 75 8D 34 11 0 2D C8 23 29
Octal 104 165 215 64 21 0 55 310 43 51
Binary 1000100 1110101 10001101 110100 10001 0 101101 11001000 100011 101001

Color Harmonies of #44758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44758D

Black with #44758D

Text Example


Text Example

White with #44758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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