#47818B

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

Shades of Paradiso #47818B

Tints of Paradiso #47818B

Color information

#47818B (or 0x47818B) is unknown color: approx Paradiso. HEX triplet: 47, 81 and 8B. RGB value is (71,129,139). Sum of RGB (Red+Green+Blue) = 71+129+139=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #47818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47818B is #B87E74. Grayscale: #707070. Windows color (decimal): -12090997 or 9142599. OLE color: 9142599.

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

Color convert

RGB71129139-
CMYK0.490.0700.45
HSL188.82º32.38%41.18%-
HSV(B)188.82º48.92%54.51%-
XYZ15.1118.927.28-
YUV112.8142.7898.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.94%
GREEN value IS 129 (50.78% from 255) = 38.05%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=20.94%
G=38.05%
B=41.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711291390.490.0700.45188.8232.3841.18
Hex47818B31702Dbd2029
Octal1072012136170552754051
Binary10001111000000110001011110001111010110110111101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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