#47828D

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

Shades of Paradiso #47828D

Tints of Paradiso #47828D

Color information

#47828D (or 0x47828D) is unknown color: approx Paradiso. HEX triplet: 47, 82 and 8D. RGB value is (71,130,141). Sum of RGB (Red+Green+Blue) = 71+130+141=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #47828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47828D is #B87D72. Grayscale: #717171. Windows color (decimal): -12090739 or 9273927. OLE color: 9273927.

HSL color Cylindrical-coordinate representation of color #47828D: hue angle of 189.43º 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 #47828D is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB71130141-
CMYK0.500.0800.45
HSL189.43º33.02%41.57%-
HSV(B)189.43º49.65%55.29%-
XYZ15.3919.2328.1-
YUV113.61143.4597.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=20.76%
G=38.01%
B=41.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711301410.500.0800.45189.4333.0241.57
Hex47828D32802Dbd212a
Octal10720221562100552754152
Binary100011110000010100011011100101000010110110111101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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