#4F777C

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

Shades of Paradiso #4F777C

Tints of Paradiso #4F777C

Color information

#4F777C (or 0x4F777C) is unknown color: approx Paradiso. HEX triplet: 4F, 77 and 7C. RGB value is (79,119,124). Sum of RGB (Red+Green+Blue) = 79+119+124=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F777C is #B08883. Grayscale: #6B6B6B. Windows color (decimal): -11569284 or 8157007. OLE color: 8157007.

HSL color Cylindrical-coordinate representation of color #4F777C: hue angle of 186.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F777C is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB79119124-
CMYK0.360.0400.51
HSL186.67º22.17%39.8%-
HSV(B)186.67º36.29%48.63%-
XYZ13.4616.3121.51-
YUV107.61137.25107.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.53%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=24.53%
G=36.96%
B=38.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal791191240.360.0400.51186.6722.1739.8
Hex4F777C244033bb1628
Octal1171671744440632732650
Binary10011111110111111110010010010001100111011101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,119,124); }

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

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

 a { background-color: rgb(79,119,124); }

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

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

 span { border-color: rgb(79,119,124); }

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