#478480

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

Shades of Paradiso #478480

Tints of Paradiso #478480

Color information

#478480 (or 0x478480) is unknown color: approx Paradiso. HEX triplet: 47, 84 and 80. RGB value is (71,132,128). Sum of RGB (Red+Green+Blue) = 71+132+128=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #478480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478480 is #B87B7F. Grayscale: #717171. Windows color (decimal): -12090240 or 8422471. OLE color: 8422471.

HSL color Cylindrical-coordinate representation of color #478480: hue angle of 176.07º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478480 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB71132128-
CMYK0.4600.030.48
HSL176.07º30.05%39.8%-
HSV(B)176.07º46.21%51.76%-
XYZ14.7519.423.39-
YUV113.3136.2997.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.45%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=21.45%
G=39.88%
B=38.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711321280.4600.030.48176.0730.0539.8
Hex4784802E0330b01e28
Octal1072042005603602603650
Binary100011110000100100000001011100111100001011000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478480; }

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

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

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

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

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

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

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

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