Html Css Color HEX #477882 Paradiso

📋 copy color: '#477882'

red 71 ◦ green 120 ◦ blue 130

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

Shades of Paradiso #477882

Tints of Paradiso #477882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.38%

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

R = 22.12%
G = 37.38%
B = 40.5%

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

#477882 (or 0x477882) is known color: Paradiso. HEX triplet: 47, 78 and 82. RGB value is (71,120,130). Sum of RGB (Red+Green+Blue) = 71+120+130=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #477882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477882 is #B8877D. Grayscale: #6A6A6A. Windows color (decimal): -12093310 or 8550471. OLE color: 8550471.

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

Color convert

RGB 71 120 130 -
CMYK 0.45 0.08 0 0.49
HSL 190.17º 0.29% 0.39% -
HSV(B) 190.17º 0.45% 0.51% -
XYZ 13.34 16.38 23.58 -
YUV 106.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 71 120 130 0.45 0.08 0 0.49 190.17 0.29 0.39
Hex 47 78 82 2D 8 0 31 BE 1D 27
Octal 107 170 202 55 10 0 61 276 35 47
Binary 1000111 1111000 10000010 101101 1000 0 110001 10111110 11101 100111

Color Harmonies of #477882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477882

Black with #477882

Text Example


Text Example

White with #477882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477882; }

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

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

background-color css

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

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

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

border-color css

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

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

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