#478481

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

Shades of Paradiso #478481

Tints of Paradiso #478481

Color information

#478481 (or 0x478481) is unknown color: approx Paradiso. HEX triplet: 47, 84 and 81. RGB value is (71,132,129). Sum of RGB (Red+Green+Blue) = 71+132+129=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #478481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478481 is #B87B7E. Grayscale: #717171. Windows color (decimal): -12090239 or 8488007. OLE color: 8488007.

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

Color convert

RGB71132129-
CMYK0.4600.020.48
HSL177.05º30.05%39.8%-
HSV(B)177.05º46.21%51.76%-
XYZ14.8119.4323.74-
YUV113.42136.7997.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.39%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=21.39%
G=39.76%
B=38.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711321290.4600.020.48177.0530.0539.8
Hex4784812E0230b11e28
Octal1072042015602602613650
Binary100011110000100100000011011100101100001011000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478481; }

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

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

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

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

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

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

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

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