Html Css Color HEX #47728A Jelly Bean

📋 copy color: '#47728A'

red 71 ◦ green 114 ◦ blue 138

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

Shades of Jelly Bean #47728A

Tints of Jelly Bean #47728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.29%

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

R = 21.98%
G = 35.29%
B = 42.72%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47728A (or 0x47728A) is known color: Jelly Bean. HEX triplet: 47, 72 and 8A. RGB value is (71,114,138). Sum of RGB (Red+Green+Blue) = 71+114+138=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #47728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47728A is #B88D75. Grayscale: #676767. Windows color (decimal): -12094838 or 9073223. OLE color: 9073223.

HSL color Cylindrical-coordinate representation of color #47728A: hue angle of 201.49º 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 #47728A is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 114 138 -
CMYK 0.49 0.17 0 0.46
HSL 201.49º 0.32% 0.41% -
HSV(B) 201.49º 0.49% 0.54% -
XYZ 13.2 15.21 26.28 -
YUV 103.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 71 114 138 0.49 0.17 0 0.46 201.49 0.32 0.41
Hex 47 72 8A 31 11 0 2E C9 20 29
Octal 107 162 212 61 21 0 56 311 40 51
Binary 1000111 1110010 10001010 110001 10001 0 101110 11001001 100000 101001

Color Harmonies of #47728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47728A

Black with #47728A

Text Example


Text Example

White with #47728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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