#4F7360

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

Shades of Como #4F7360

Tints of Como #4F7360

Color information

#4F7360 (or 0x4F7360) is unknown color: approx Como. HEX triplet: 4F, 73 and 60. RGB value is (79,115,96). Sum of RGB (Red+Green+Blue) = 79+115+96=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7360 is #B08C9F. Grayscale: #666666. Windows color (decimal): -11570336 or 6320975. OLE color: 6320975.

HSL color Cylindrical-coordinate representation of color #4F7360: hue angle of 148.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F7360 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB7911596-
CMYK0.3100.170.55
HSL148.33º18.56%38.04%-
HSV(B)148.33º31.3%45.1%-
XYZ11.4714.7713.31-
YUV102.07124.57111.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.24%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=27.24%
G=39.66%
B=33.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79115960.3100.170.55148.3318.5638.04
Hex4F73601F01137941326
Octal11716314037021672242346
Binary100111111100111100000111110100011101111001010010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,115,96); }

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

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

 a { background-color: rgb(79,115,96); }

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

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

 span { border-color: rgb(79,115,96); }

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