Html Css Color HEX #47828F Jelly Bean

📋 copy color: '#47828F'

red 71 ◦ green 130 ◦ blue 143

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

Shades of Jelly Bean #47828F

Tints of Jelly Bean #47828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.79%

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 20.64%
G = 37.79%
B = 41.57%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47828F (or 0x47828F) is known color: Jelly Bean. HEX triplet: 47, 82 and 8F. RGB value is (71,130,143). Sum of RGB (Red+Green+Blue) = 71+130+143=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 143 - color contains mainly: blue. Hex color #47828F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47828F is #B87D70. Grayscale: #717171. Windows color (decimal): -12090737 or 9404999. OLE color: 9404999.

HSL color Cylindrical-coordinate representation of color #47828F: hue angle of 190.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47828F is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 130 143 -
CMYK 0.50 0.09 0 0.44
HSL 190.83º 0.34% 0.42% -
HSV(B) 190.83º 0.5% 0.56% -
XYZ 15.54 19.29 28.89 -
YUV 113.84 144.45 97.44 -
System Red Green Blue C M Y K H S L
Decimal 71 130 143 0.50 0.09 0 0.44 190.83 0.34 0.42
Hex 47 82 8F 32 9 0 2C BF 22 2A
Octal 107 202 217 62 11 0 54 277 42 52
Binary 1000111 10000010 10001111 110010 1001 0 101100 10111111 100010 101010

Color Harmonies of #47828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47828F

Black with #47828F

Text Example


Text Example

White with #47828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47828F; }

 p { color: rgb(71,130,143); }

 H1.HeaderClassName
 {
   color: #47828F;
 }
 .AnyTagClassName
 {
   color: #47828F;
 }
</style>

background-color css

<style>
 a { background-color: #47828F; }

 a { background-color: rgb(71,130,143); }

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

border-color css

<style>
 span { border-color: #47828F; }

 span { border-color: rgb(71,130,143); }

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