Html Css Color HEX #47788C Jelly Bean

📋 copy color: '#47788C'

red 71 ◦ green 120 ◦ blue 140

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

Shades of Jelly Bean #47788C

Tints of Jelly Bean #47788C

RGB

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

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

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

R = 21.45%
G = 36.25%
B = 42.3%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47788C (or 0x47788C) is known color: Jelly Bean. HEX triplet: 47, 78 and 8C. RGB value is (71,120,140). Sum of RGB (Red+Green+Blue) = 71+120+140=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #47788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47788C is #B88773. Grayscale: #6B6B6B. Windows color (decimal): -12093300 or 9205831. OLE color: 9205831.

HSL color Cylindrical-coordinate representation of color #47788C: hue angle of 197.39º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47788C is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 120 140 -
CMYK 0.49 0.14 0 0.45
HSL 197.39º 0.33% 0.41% -
HSV(B) 197.39º 0.49% 0.55% -
XYZ 14.05 16.67 27.29 -
YUV 107.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 71 120 140 0.49 0.14 0 0.45 197.39 0.33 0.41
Hex 47 78 8C 31 E 0 2D C5 21 29
Octal 107 170 214 61 16 0 55 305 41 51
Binary 1000111 1111000 10001100 110001 1110 0 101101 11000101 100001 101001

Color Harmonies of #47788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47788C

Black with #47788C

Text Example


Text Example

White with #47788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,120,140); }

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

background-color css

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

 a { background-color: rgb(71,120,140); }

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

border-color css

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

 span { border-color: rgb(71,120,140); }

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