Html Css Color HEX #477F80 Paradiso

📋 copy color: '#477F80'

red 71 ◦ green 127 ◦ blue 128

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

Shades of Paradiso #477F80

Tints of Paradiso #477F80

RGB

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

 GREEN value IS 127 (50% from 255) = 38.96%

 BLUE value IS 128 (50.39% from 255) = 39.26%

R = 21.78%
G = 38.96%
B = 39.26%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#477F80 (or 0x477F80) is known color: Paradiso. HEX triplet: 47, 7F and 80. RGB value is (71,127,128). Sum of RGB (Red+Green+Blue) = 71+127+128=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 128 - color contains mainly: blue. Hex color #477F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477F80 is #B8807F. Grayscale: #6E6E6E. Windows color (decimal): -12091520 or 8421191. OLE color: 8421191.

HSL color Cylindrical-coordinate representation of color #477F80: hue angle of 181.05º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #477F80 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 127 128 -
CMYK 0.45 0.01 0 0.50
HSL 181.05º 0.29% 0.39% -
HSV(B) 181.05º 0.45% 0.5% -
XYZ 14.08 18.08 23.17 -
YUV 110.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 71 127 128 0.45 0.01 0 0.50 181.05 0.29 0.39
Hex 47 7F 80 2D 1 0 32 B5 1D 27
Octal 107 177 200 55 1 0 62 265 35 47
Binary 1000111 1111111 10000000 101101 1 0 110010 10110101 11101 100111

Color Harmonies of #477F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F80

Black with #477F80

Text Example


Text Example

White with #477F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477F80; }

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

 H1.HeaderClassName
 {
   color: #477F80;
 }
 .AnyTagClassName
 {
   color: #477F80;
 }
</style>

background-color css

<style>
 a { background-color: #477F80; }

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

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

border-color css

<style>
 span { border-color: #477F80; }

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

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