#47858E

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

Shades of Paradiso #47858E

Tints of Paradiso #47858E

Color information

#47858E (or 0x47858E) is unknown color: approx Paradiso. HEX triplet: 47, 85 and 8E. RGB value is (71,133,142). Sum of RGB (Red+Green+Blue) = 71+133+142=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #47858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47858E is #B87A71. Grayscale: #737373. Windows color (decimal): -12089970 or 9340231. OLE color: 9340231.

HSL color Cylindrical-coordinate representation of color #47858E: hue angle of 187.61º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47858E is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71133142-
CMYK0.50.0600.44
HSL187.61º33.33%41.76%-
HSV(B)187.61º50%55.69%-
XYZ15.8720.0728.63-
YUV115.49142.9696.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=20.52%
G=38.44%
B=41.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711331420.50.0600.44187.6133.3341.76
Hex47858E32602Cbc212a
Octal1072052166260542744152
Binary10001111000010110001110110010110010110010111100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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