#47828E

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

Shades of Paradiso #47828E

Tints of Paradiso #47828E

Color information

#47828E (or 0x47828E) is unknown color: approx Paradiso. HEX triplet: 47, 82 and 8E. RGB value is (71,130,142). Sum of RGB (Red+Green+Blue) = 71+130+142=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #47828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47828E is #B87D71. Grayscale: #717171. Windows color (decimal): -12090738 or 9339463. OLE color: 9339463.

HSL color Cylindrical-coordinate representation of color #47828E: hue angle of 190.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47828E is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71130142-
CMYK0.50.0800.44
HSL190.14º33.33%41.76%-
HSV(B)190.14º50%55.69%-
XYZ15.4619.2628.49-
YUV113.73143.9597.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=20.70%
G=37.90%
B=41.40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711301420.50.0800.44190.1433.3341.76
Hex47828E32802Cbe212a
Octal10720221662100542764152
Binary100011110000010100011101100101000010110010111110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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