#478081

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

Shades of Paradiso #478081

Tints of Paradiso #478081

Color information

#478081 (or 0x478081) is unknown color: approx Paradiso. HEX triplet: 47, 80 and 81. RGB value is (71,128,129). Sum of RGB (Red+Green+Blue) = 71+128+129=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 129 - color contains mainly: blue. Hex color #478081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478081 is #B87F7E. Grayscale: #6F6F6F. Windows color (decimal): -12091263 or 8486983. OLE color: 8486983.

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

Color convert

RGB71128129-
CMYK0.450.0100.49
HSL181.03º29%39.22%-
HSV(B)181.03º44.96%50.59%-
XYZ14.2818.3623.56-
YUV111.07138.1299.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.65%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 129 (50.78% from 255) = 39.33%
R=21.65%
G=39.02%
B=39.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711281290.450.0100.49181.032939.22
Hex4780812D1031b51d27
Octal1072002015510612653547
Binary10001111000000010000001101101101100011011010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478081; }

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

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

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

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

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

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

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

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