#478785

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

Shades of Paradiso #478785

Tints of Paradiso #478785

Color information

#478785 (or 0x478785) is unknown color: approx Paradiso. HEX triplet: 47, 87 and 85. RGB value is (71,135,133). Sum of RGB (Red+Green+Blue) = 71+135+133=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #478785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478785 is #B8787A. Grayscale: #737373. Windows color (decimal): -12089467 or 8750919. OLE color: 8750919.

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

Color convert

RGB71135133-
CMYK0.4700.010.47
HSL178.12º31.07%40.39%-
HSV(B)178.12º47.41%52.94%-
XYZ15.520.3625.3-
YUV115.64137.896.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.94%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=20.94%
G=39.82%
B=39.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711351330.4700.010.47178.1231.0740.39
Hex4787852F012Fb21f28
Octal1072072055701572623750
Binary10001111000011110000101101111011011111011001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478785; }

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

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

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

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

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

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

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

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