#4F868A

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

Shades of Paradiso #4F868A

Tints of Paradiso #4F868A

Color information

#4F868A (or 0x4F868A) is unknown color: approx Paradiso. HEX triplet: 4F, 86 and 8A. RGB value is (79,134,138). Sum of RGB (Red+Green+Blue) = 79+134+138=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F868A is #B07975. Grayscale: #757575. Windows color (decimal): -11565430 or 9078351. OLE color: 9078351.

HSL color Cylindrical-coordinate representation of color #4F868A: hue angle of 184.07º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F868A is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB79134138-
CMYK0.430.0300.46
HSL184.07º27.19%42.55%-
HSV(B)184.07º42.75%54.12%-
XYZ16.3420.5527.15-
YUV118.01139.28100.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.51%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=22.51%
G=38.18%
B=39.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791341380.430.0300.46184.0727.1942.55
Hex4F868A2B302Eb81b2b
Octal1172062125330562703353
Binary100111110000110100010101010111101011101011100011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F868A; }

 p { color: rgb(79,134,138); }

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

<style>
 a { background-color: #4F868A; }

 a { background-color: rgb(79,134,138); }

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

<style>
 span { border-color: #4F868A; }

 span { border-color: rgb(79,134,138); }

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