Html Css Color HEX #477782 Paradiso

📋 copy color: '#477782'

red 71 ◦ green 119 ◦ blue 130

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

Shades of Paradiso #477782

Tints of Paradiso #477782

RGB

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

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

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

R = 22.19%
G = 37.19%
B = 40.63%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#477782 (or 0x477782) is known color: Paradiso. HEX triplet: 47, 77 and 82. RGB value is (71,119,130). Sum of RGB (Red+Green+Blue) = 71+119+130=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #477782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477782 is #B8887D. Grayscale: #696969. Windows color (decimal): -12093566 or 8550215. OLE color: 8550215.

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

Color convert

RGB 71 119 130 -
CMYK 0.45 0.08 0 0.49
HSL 191.19º 0.29% 0.39% -
HSV(B) 191.19º 0.45% 0.51% -
XYZ 13.22 16.14 23.54 -
YUV 105.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 71 119 130 0.45 0.08 0 0.49 191.19 0.29 0.39
Hex 47 77 82 2D 8 0 31 BF 1D 27
Octal 107 167 202 55 10 0 61 277 35 47
Binary 1000111 1110111 10000010 101101 1000 0 110001 10111111 11101 100111

Color Harmonies of #477782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477782

Black with #477782

Text Example


Text Example

White with #477782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477782; }

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

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

background-color css

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

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

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

border-color css

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

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

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