Html Css Color HEX #49789C Jelly Bean

📋 copy color: '#49789C'

red 73 ◦ green 120 ◦ blue 156

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

Shades of Jelly Bean #49789C

Tints of Jelly Bean #49789C

RGB

 RED value IS 73 (28.91% from 255) = 20.92%

 GREEN value IS 120 (47.27% from 255) = 34.38%

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

R = 20.92%
G = 34.38%
B = 44.7%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49789C (or 0x49789C) is known color: Jelly Bean. HEX triplet: 49, 78 and 9C. RGB value is (73,120,156). Sum of RGB (Red+Green+Blue) = 73+120+156=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #49789C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49789C is #B68763. Grayscale: #6D6D6D. Windows color (decimal): -11962212 or 10254409. OLE color: 10254409.

HSL color Cylindrical-coordinate representation of color #49789C: hue angle of 206.02º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49789C is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 120 156 -
CMYK 0.53 0.23 0 0.39
HSL 206.02º 0.36% 0.45% -
HSV(B) 206.02º 0.53% 0.61% -
XYZ 15.46 17.25 33.97 -
YUV 110.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 73 120 156 0.53 0.23 0 0.39 206.02 0.36 0.45
Hex 49 78 9C 35 17 0 27 CE 24 2D
Octal 111 170 234 65 27 0 47 316 44 55
Binary 1001001 1111000 10011100 110101 10111 0 100111 11001110 100100 101101

Color Harmonies of #49789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49789C

Black with #49789C

Text Example


Text Example

White with #49789C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,120,156); }

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

background-color css

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

 a { background-color: rgb(73,120,156); }

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

border-color css

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

 span { border-color: rgb(73,120,156); }

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