#47828B

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

Shades of Paradiso #47828B

Tints of Paradiso #47828B

Color information

#47828B (or 0x47828B) is unknown color: approx Paradiso. HEX triplet: 47, 82 and 8B. RGB value is (71,130,139). Sum of RGB (Red+Green+Blue) = 71+130+139=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #47828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47828B is #B87D74. Grayscale: #717171. Windows color (decimal): -12090741 or 9142855. OLE color: 9142855.

HSL color Cylindrical-coordinate representation of color #47828B: hue angle of 187.94º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47828B is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB71130139-
CMYK0.490.0600.45
HSL187.94º32.38%41.18%-
HSV(B)187.94º48.92%54.51%-
XYZ15.2419.1727.32-
YUV113.38142.4597.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.88%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=20.88%
G=38.24%
B=40.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711301390.490.0600.45187.9432.3841.18
Hex47828B31602Dbc2029
Octal1072022136160552744051
Binary10001111000001010001011110001110010110110111100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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