#4F7F84

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

Shades of Paradiso #4F7F84

Tints of Paradiso #4F7F84

Color information

#4F7F84 (or 0x4F7F84) is unknown color: approx Paradiso. HEX triplet: 4F, 7F and 84. RGB value is (79,127,132). Sum of RGB (Red+Green+Blue) = 79+127+132=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F7F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7F84 is #B0807B. Grayscale: #717171. Windows color (decimal): -11567228 or 8683343. OLE color: 8683343.

HSL color Cylindrical-coordinate representation of color #4F7F84: hue angle of 185.66º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F7F84 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB79127132-
CMYK0.400.0400.48
HSL185.66º25.12%41.37%-
HSV(B)185.66º40.15%51.76%-
XYZ14.9818.5124.61-
YUV113.22138.6103.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.37%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=23.37%
G=37.57%
B=39.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791271320.400.0400.48185.6625.1241.37
Hex4F7F84284030ba1929
Octal1171772045040602723151
Binary100111111111111000010010100010001100001011101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,127,132); }

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

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

 a { background-color: rgb(79,127,132); }

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

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

 span { border-color: rgb(79,127,132); }

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