#478287

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

Shades of Paradiso #478287

Tints of Paradiso #478287

Color information

#478287 (or 0x478287) is unknown color: approx Paradiso. HEX triplet: 47, 82 and 87. RGB value is (71,130,135). Sum of RGB (Red+Green+Blue) = 71+130+135=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #478287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478287 is #B87D78. Grayscale: #707070. Windows color (decimal): -12090745 or 8880711. OLE color: 8880711.

HSL color Cylindrical-coordinate representation of color #478287: hue angle of 184.69º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478287 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB71130135-
CMYK0.470.0400.47
HSL184.69º31.07%40.39%-
HSV(B)184.69º47.41%52.94%-
XYZ14.9519.0525.81-
YUV112.93140.4598.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.13%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=21.13%
G=38.69%
B=40.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711301350.470.0400.47184.6931.0740.39
Hex4782872F402Fb91f28
Octal1072022075740572713750
Binary1000111100000101000011110111110001011111011100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478287; }

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

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

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

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

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

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

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

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