Html Css Color HEX #477780 Paradiso

📋 copy color: '#477780'

red 71 ◦ green 119 ◦ blue 128

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

Shades of Paradiso #477780

Tints of Paradiso #477780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.42%

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

R = 22.33%
G = 37.42%
B = 40.25%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#477780 (or 0x477780) is known color: Paradiso. HEX triplet: 47, 77 and 80. RGB value is (71,119,128). Sum of RGB (Red+Green+Blue) = 71+119+128=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #477780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477780 is #B8887F. Grayscale: #696969. Windows color (decimal): -12093568 or 8419143. OLE color: 8419143.

HSL color Cylindrical-coordinate representation of color #477780: hue angle of 189.47º 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 #477780 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 119 128 -
CMYK 0.45 0.07 0 0.50
HSL 189.47º 0.29% 0.39% -
HSV(B) 189.47º 0.45% 0.5% -
XYZ 13.09 16.09 22.84 -
YUV 105.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 71 119 128 0.45 0.07 0 0.50 189.47 0.29 0.39
Hex 47 77 80 2D 7 0 32 BD 1D 27
Octal 107 167 200 55 7 0 62 275 35 47
Binary 1000111 1110111 10000000 101101 111 0 110010 10111101 11101 100111

Color Harmonies of #477780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477780

Black with #477780

Text Example


Text Example

White with #477780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477780; }

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

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

background-color css

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

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

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

border-color css

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

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

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