#47868D

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

Shades of Paradiso #47868D

Tints of Paradiso #47868D

Color information

#47868D (or 0x47868D) is unknown color: approx Paradiso. HEX triplet: 47, 86 and 8D. RGB value is (71,134,141). Sum of RGB (Red+Green+Blue) = 71+134+141=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #47868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47868D is #B87972. Grayscale: #737373. Windows color (decimal): -12089715 or 9274951. OLE color: 9274951.

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

Color convert

RGB71134141-
CMYK0.500.0500.45
HSL186º33.02%41.57%-
HSV(B)186º49.65%55.29%-
XYZ15.9320.3128.28-
YUV115.96142.1395.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=20.52%
G=38.73%
B=40.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711341410.500.0500.4518633.0241.57
Hex47868D32502Dba212a
Octal1072062156250552724152
Binary10001111000011010001101110010101010110110111010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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