#47868B

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

Shades of Paradiso #47868B

Tints of Paradiso #47868B

Color information

#47868B (or 0x47868B) is unknown color: approx Paradiso. HEX triplet: 47, 86 and 8B. RGB value is (71,134,139). Sum of RGB (Red+Green+Blue) = 71+134+139=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #47868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47868B is #B87974. Grayscale: #737373. Windows color (decimal): -12089717 or 9143879. OLE color: 9143879.

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

Color convert

RGB71134139-
CMYK0.490.0400.45
HSL184.41º32.38%41.18%-
HSV(B)184.41º48.92%54.51%-
XYZ15.7820.2527.5-
YUV115.73141.1396.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=20.64%
G=38.95%
B=40.41%

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
Decimal711341390.490.0400.45184.4132.3841.18
Hex47868B31402Db82029
Octal1072062136140552704051
Binary10001111000011010001011110001100010110110111000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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