#4F7865

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

Shades of Como #4F7865

Tints of Como #4F7865

Color information

#4F7865 (or 0x4F7865) is unknown color: approx Como. HEX triplet: 4F, 78 and 65. RGB value is (79,120,101). Sum of RGB (Red+Green+Blue) = 79+120+101=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #4F7865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7865 is #B0879A. Grayscale: #696969. Windows color (decimal): -11569051 or 6649935. OLE color: 6649935.

HSL color Cylindrical-coordinate representation of color #4F7865: hue angle of 152.2º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7865 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB79120101-
CMYK0.3400.160.53
HSL152.2º20.6%39.02%-
HSV(B)152.2º34.17%47.06%-
XYZ12.2916.0314.76-
YUV105.57125.42109.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=26.33%
G=40%
B=33.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791201010.3400.160.53152.220.639.02
Hex4F78652201035981527
Octal11717014542020652302547
Binary1001111111100011001011000100100001101011001100010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,120,101); }

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

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

 a { background-color: rgb(79,120,101); }

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

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

 span { border-color: rgb(79,120,101); }

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