#4F7866

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

Shades of Como #4F7866

Tints of Como #4F7866

Color information

#4F7866 (or 0x4F7866) is unknown color: approx Como. HEX triplet: 4F, 78 and 66. RGB value is (79,120,102). Sum of RGB (Red+Green+Blue) = 79+120+102=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #4F7866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7866 is #B08799. Grayscale: #696969. Windows color (decimal): -11569050 or 6715471. OLE color: 6715471.

HSL color Cylindrical-coordinate representation of color #4F7866: hue angle of 153.66º 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 #4F7866 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB79120102-
CMYK0.3400.150.53
HSL153.66º20.6%39.02%-
HSV(B)153.66º34.17%47.06%-
XYZ12.3416.0515.02-
YUV105.69125.92108.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.25%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=26.25%
G=39.87%
B=33.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791201020.3400.150.53153.6620.639.02
Hex4F7866220F359a1527
Octal11717014642017652322547
Binary100111111110001100110100010011111101011001101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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