Html Css Color HEX #47798D Jelly Bean

📋 copy color: '#47798D'

red 71 ◦ green 121 ◦ blue 141

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

Shades of Jelly Bean #47798D

Tints of Jelly Bean #47798D

RGB

 RED value IS 71 (28.13% from 255) = 21.32%

 GREEN value IS 121 (47.66% from 255) = 36.34%

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

R = 21.32%
G = 36.34%
B = 42.34%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47798D (or 0x47798D) is known color: Jelly Bean. HEX triplet: 47, 79 and 8D. RGB value is (71,121,141). Sum of RGB (Red+Green+Blue) = 71+121+141=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #47798D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47798D is #B88672. Grayscale: #6C6C6C. Windows color (decimal): -12093043 or 9271623. OLE color: 9271623.

HSL color Cylindrical-coordinate representation of color #47798D: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47798D is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 121 141 -
CMYK 0.50 0.14 0 0.45
HSL 197.14º 0.33% 0.42% -
HSV(B) 197.14º 0.5% 0.55% -
XYZ 14.24 16.94 27.72 -
YUV 108.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 71 121 141 0.50 0.14 0 0.45 197.14 0.33 0.42
Hex 47 79 8D 32 E 0 2D C5 21 2A
Octal 107 171 215 62 16 0 55 305 41 52
Binary 1000111 1111001 10001101 110010 1110 0 101101 11000101 100001 101010

Color Harmonies of #47798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47798D

Black with #47798D

Text Example


Text Example

White with #47798D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,121,141); }

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

background-color css

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

 a { background-color: rgb(71,121,141); }

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

border-color css

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

 span { border-color: rgb(71,121,141); }

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