Html Css Color HEX #47847F Paradiso

📋 copy color: '#47847F'

red 71 ◦ green 132 ◦ blue 127

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

Shades of Paradiso #47847F

Tints of Paradiso #47847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40%

 BLUE value IS 127 (50% from 255) = 38.48%

R = 21.52%
G = 40%
B = 38.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#47847F (or 0x47847F) is known color: Paradiso. HEX triplet: 47, 84 and 7F. RGB value is (71,132,127). Sum of RGB (Red+Green+Blue) = 71+132+127=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #47847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47847F is #B87B80. Grayscale: #717171. Windows color (decimal): -12090241 or 8356935. OLE color: 8356935.

HSL color Cylindrical-coordinate representation of color #47847F: hue angle of 175.08º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47847F is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 132 127 -
CMYK 0.46 0 0.04 0.48
HSL 175.08º 0.3% 0.4% -
HSV(B) 175.08º 0.46% 0.52% -
XYZ 14.68 19.37 23.04 -
YUV 113.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 71 132 127 0.46 0 0.04 0.48 175.08 0.3 0.4
Hex 47 84 7F 2E 0 4 30 AF 1E 28
Octal 107 204 177 56 0 4 60 257 36 50
Binary 1000111 10000100 1111111 101110 0 100 110000 10101111 11110 101000

Color Harmonies of #47847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47847F

Black with #47847F

Text Example


Text Example

White with #47847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,132,127); }

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

background-color css

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

 a { background-color: rgb(71,132,127); }

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

border-color css

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

 span { border-color: rgb(71,132,127); }

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