#478280

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

Shades of Paradiso #478280

Tints of Paradiso #478280

Color information

#478280 (or 0x478280) is unknown color: approx Paradiso. HEX triplet: 47, 82 and 80. RGB value is (71,130,128). Sum of RGB (Red+Green+Blue) = 71+130+128=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #478280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478280 is #B87D7F. Grayscale: #707070. Windows color (decimal): -12090752 or 8421959. OLE color: 8421959.

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

Color convert

RGB71130128-
CMYK0.4500.020.49
HSL177.97º29.35%39.41%-
HSV(B)177.97º45.38%50.98%-
XYZ14.4818.8623.3-
YUV112.13136.9598.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=21.58%
G=39.51%
B=38.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711301280.4500.020.49177.9729.3539.41
Hex4782802D0231b21d27
Octal1072022005502612623547
Binary100011110000010100000001011010101100011011001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478280; }

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

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

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

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

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

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

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

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