#4F858B

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

Shades of Paradiso #4F858B

Tints of Paradiso #4F858B

Color information

#4F858B (or 0x4F858B) is unknown color: approx Paradiso. HEX triplet: 4F, 85 and 8B. RGB value is (79,133,139). Sum of RGB (Red+Green+Blue) = 79+133+139=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F858B is #B07A74. Grayscale: #757575. Windows color (decimal): -11565685 or 9143631. OLE color: 9143631.

HSL color Cylindrical-coordinate representation of color #4F858B: hue angle of 186º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F858B is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB79133139-
CMYK0.430.0400.45
HSL186º27.52%42.75%-
HSV(B)186º43.17%54.51%-
XYZ16.2720.327.49-
YUV117.54140.11100.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.51%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=22.51%
G=37.89%
B=39.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791331390.430.0400.4518627.5242.75
Hex4F858B2B402Dba1c2b
Octal1172052135340552723453
Binary1001111100001011000101110101110001011011011101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,133,139); }

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

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

 a { background-color: rgb(79,133,139); }

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

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

 span { border-color: rgb(79,133,139); }

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