#47878D

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

Shades of Paradiso #47878D

Tints of Paradiso #47878D

Color information

#47878D (or 0x47878D) is unknown color: approx Paradiso. HEX triplet: 47, 87 and 8D. RGB value is (71,135,141). Sum of RGB (Red+Green+Blue) = 71+135+141=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #47878D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47878D is #B87872. Grayscale: #747474. Windows color (decimal): -12089459 or 9275207. OLE color: 9275207.

HSL color Cylindrical-coordinate representation of color #47878D: hue angle of 185.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47878D is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB71135141-
CMYK0.500.0400.45
HSL185.14º33.02%41.57%-
HSV(B)185.14º49.65%55.29%-
XYZ16.0720.5928.33-
YUV116.55141.895.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=20.46%
G=38.90%
B=40.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711351410.500.0400.45185.1433.0241.57
Hex47878D32402Db9212a
Octal1072072156240552714152
Binary10001111000011110001101110010100010110110111001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47878D; }

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

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

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

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

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

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

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

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