#477982

Color #477982 Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #477982

Tints of Paradiso #477982

Color information

#477982 (or 0x477982) is unknown color: approx Paradiso. HEX triplet: 47, 79 and 82. RGB value is (71,121,130). Sum of RGB (Red+Green+Blue) = 71+121+130=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #477982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477982 is #B8867D. Grayscale: #6A6A6A. Windows color (decimal): -12093054 or 8550727. OLE color: 8550727.

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

Color convert

RGB71121130-
CMYK0.450.0700.49
HSL189.15º29.35%39.41%-
HSV(B)189.15º45.38%50.98%-
XYZ13.4716.6323.62-
YUV107.08140.94102.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 130 (51.17% from 255) = 40.37%
R=22.05%
G=37.58%
B=40.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711211300.450.0700.49189.1529.3539.41
Hex4779822D7031bd1d27
Octal1071712025570612753547
Binary100011111110011000001010110111101100011011110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477982; }

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

 H1.HeaderClassName
 {
   color: #477982;
 }
 .AnyTagClassName
 {
   color: #477982;
 }
</style>
background-color css

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

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

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

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

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

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