Html Css Color HEX #44748C Jelly Bean

📋 copy color: '#44748C'

red 68 ◦ green 116 ◦ blue 140

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

Shades of Jelly Bean #44748C

Tints of Jelly Bean #44748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.8%

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

R = 20.99%
G = 35.8%
B = 43.21%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44748C (or 0x44748C) is known color: Jelly Bean. HEX triplet: 44, 74 and 8C. RGB value is (68,116,140). Sum of RGB (Red+Green+Blue) = 68+116+140=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #44748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44748C is #BB8B73. Grayscale: #686868. Windows color (decimal): -12290932 or 9204804. OLE color: 9204804.

HSL color Cylindrical-coordinate representation of color #44748C: hue angle of 200º 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 #44748C is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 116 140 -
CMYK 0.51 0.17 0 0.45
HSL 200º 0.35% 0.41% -
HSV(B) 200º 0.51% 0.55% -
XYZ 13.36 15.61 27.12 -
YUV 104.38 148.1 102.05 -
System Red Green Blue C M Y K H S L
Decimal 68 116 140 0.51 0.17 0 0.45 200 0.35 0.41
Hex 44 74 8C 33 11 0 2D C8 23 29
Octal 104 164 214 63 21 0 55 310 43 51
Binary 1000100 1110100 10001100 110011 10001 0 101101 11001000 100011 101001

Color Harmonies of #44748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44748C

Black with #44748C

Text Example


Text Example

White with #44748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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