#47848b

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

Shades of Paradiso #47848B

Tints of Paradiso #47848B

Color information

#47848B (or 0x47848B) is unknown color: approx Paradiso. HEX triplet: 47, 84 and 8B. RGB value is (71,132,139). Sum of RGB (Red+Green+Blue) = 71+132+139=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #47848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47848B is #B87B74. Grayscale: #727272. Windows color (decimal): -12090229 or 9143367. OLE color: 9143367.

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

Color convert

RGB71132139-
CMYK0.490.0500.45
HSL186.18º32.38%41.18%-
HSV(B)186.18º48.92%54.51%-
XYZ15.5119.7127.41-
YUV114.56141.7996.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.76%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=20.76%
G=38.60%
B=40.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711321390.490.0500.45186.1832.3841.18
Hex47848B31502Dba2029
Octal1072042136150552724051
Binary10001111000010010001011110001101010110110111010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47848b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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