Html Css Color HEX #44738D Jelly Bean

📋 copy color: '#44738D'

red 68 ◦ green 115 ◦ blue 141

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

Shades of Jelly Bean #44738D

Tints of Jelly Bean #44738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

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

R = 20.99%
G = 35.49%
B = 43.52%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44738D (or 0x44738D) is known color: Jelly Bean. HEX triplet: 44, 73 and 8D. RGB value is (68,115,141). Sum of RGB (Red+Green+Blue) = 68+115+141=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #44738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44738D is #BB8C72. Grayscale: #676767. Windows color (decimal): -12291187 or 9270084. OLE color: 9270084.

HSL color Cylindrical-coordinate representation of color #44738D: hue angle of 201.37º 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 #44738D is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 115 141 -
CMYK 0.52 0.18 0 0.45
HSL 201.37º 0.35% 0.41% -
HSV(B) 201.37º 0.52% 0.55% -
XYZ 13.32 15.41 27.47 -
YUV 103.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 68 115 141 0.52 0.18 0 0.45 201.37 0.35 0.41
Hex 44 73 8D 34 12 0 2D C9 23 29
Octal 104 163 215 64 22 0 55 311 43 51
Binary 1000100 1110011 10001101 110100 10010 0 101101 11001001 100011 101001

Color Harmonies of #44738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44738D

Black with #44738D

Text Example


Text Example

White with #44738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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