#47848D

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

Shades of Paradiso #47848D

Tints of Paradiso #47848D

Color information

#47848D (or 0x47848D) is unknown color: approx Paradiso. HEX triplet: 47, 84 and 8D. RGB value is (71,132,141). Sum of RGB (Red+Green+Blue) = 71+132+141=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #47848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47848D is #B87B72. Grayscale: #727272. Windows color (decimal): -12090227 or 9274439. OLE color: 9274439.

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

Color convert

RGB71132141-
CMYK0.500.0600.45
HSL187.71º33.02%41.57%-
HSV(B)187.71º49.65%55.29%-
XYZ15.6619.7728.19-
YUV114.79142.7996.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=20.64%
G=38.37%
B=40.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711321410.500.0600.45187.7133.0241.57
Hex47848D32602Dbc212a
Octal1072042156260552744152
Binary10001111000010010001101110010110010110110111100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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