#47858B

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

Shades of Paradiso #47858B

Tints of Paradiso #47858B

Color information

#47858B (or 0x47858B) is unknown color: approx Paradiso. HEX triplet: 47, 85 and 8B. RGB value is (71,133,139). Sum of RGB (Red+Green+Blue) = 71+133+139=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #47858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47858B is #B87A74. Grayscale: #737373. Windows color (decimal): -12089973 or 9143623. OLE color: 9143623.

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

Color convert

RGB71133139-
CMYK0.490.0400.45
HSL185.29º32.38%41.18%-
HSV(B)185.29º48.92%54.51%-
XYZ15.6519.9827.46-
YUV115.15141.4696.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.70%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=20.70%
G=38.78%
B=40.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711331390.490.0400.45185.2932.3841.18
Hex47858B31402Db92029
Octal1072052136140552714051
Binary10001111000010110001011110001100010110110111001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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