Html Css Color HEX #477D82 Paradiso

📋 copy color: '#477D82'

red 71 ◦ green 125 ◦ blue 130

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

Shades of Paradiso #477D82

Tints of Paradiso #477D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.34%

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 21.78%
G = 38.34%
B = 39.88%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#477D82 (or 0x477D82) is known color: Paradiso. HEX triplet: 47, 7D and 82. RGB value is (71,125,130). Sum of RGB (Red+Green+Blue) = 71+125+130=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #477D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D82 is #B8827D. Grayscale: #6D6D6D. Windows color (decimal): -12092030 or 8551751. OLE color: 8551751.

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

Color convert

RGB 71 125 130 -
CMYK 0.45 0.04 0 0.49
HSL 185.08º 0.29% 0.39% -
HSV(B) 185.08º 0.45% 0.51% -
XYZ 13.96 17.62 23.78 -
YUV 109.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 71 125 130 0.45 0.04 0 0.49 185.08 0.29 0.39
Hex 47 7D 82 2D 4 0 31 B9 1D 27
Octal 107 175 202 55 4 0 61 271 35 47
Binary 1000111 1111101 10000010 101101 100 0 110001 10111001 11101 100111

Color Harmonies of #477D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D82

Black with #477D82

Text Example


Text Example

White with #477D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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