Html Css Color HEX #477680 Paradiso

📋 copy color: '#477680'

red 71 ◦ green 118 ◦ blue 128

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

Shades of Paradiso #477680

Tints of Paradiso #477680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.22%

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

R = 22.4%
G = 37.22%
B = 40.38%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#477680 (or 0x477680) is known color: Paradiso. HEX triplet: 47, 76 and 80. RGB value is (71,118,128). Sum of RGB (Red+Green+Blue) = 71+118+128=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #477680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477680 is #B8897F. Grayscale: #686868. Windows color (decimal): -12093824 or 8418887. OLE color: 8418887.

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

Color convert

RGB 71 118 128 -
CMYK 0.45 0.08 0 0.50
HSL 190.53º 0.29% 0.39% -
HSV(B) 190.53º 0.45% 0.5% -
XYZ 12.97 15.85 22.8 -
YUV 105.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 71 118 128 0.45 0.08 0 0.50 190.53 0.29 0.39
Hex 47 76 80 2D 8 0 32 BF 1D 27
Octal 107 166 200 55 10 0 62 277 35 47
Binary 1000111 1110110 10000000 101101 1000 0 110010 10111111 11101 100111

Color Harmonies of #477680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477680

Black with #477680

Text Example


Text Example

White with #477680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477680; }

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

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

background-color css

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

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

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

border-color css

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

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

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