Html Css Color HEX #47788A Jelly Bean

📋 copy color: '#47788A'

red 71 ◦ green 120 ◦ blue 138

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

Shades of Jelly Bean #47788A

Tints of Jelly Bean #47788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 21.58%
G = 36.47%
B = 41.95%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47788A (or 0x47788A) is known color: Jelly Bean. HEX triplet: 47, 78 and 8A. RGB value is (71,120,138). Sum of RGB (Red+Green+Blue) = 71+120+138=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #47788A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47788A is #B88775. Grayscale: #6B6B6B. Windows color (decimal): -12093302 or 9074759. OLE color: 9074759.

HSL color Cylindrical-coordinate representation of color #47788A: hue angle of 196.12º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47788A is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 120 138 -
CMYK 0.49 0.13 0 0.46
HSL 196.12º 0.32% 0.41% -
HSV(B) 196.12º 0.49% 0.54% -
XYZ 13.9 16.61 26.52 -
YUV 107.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 71 120 138 0.49 0.13 0 0.46 196.12 0.32 0.41
Hex 47 78 8A 31 D 0 2E C4 20 29
Octal 107 170 212 61 15 0 56 304 40 51
Binary 1000111 1111000 10001010 110001 1101 0 101110 11000100 100000 101001

Color Harmonies of #47788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47788A

Black with #47788A

Text Example


Text Example

White with #47788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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