#4F846F

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

Shades of Cutty Sark #4F846F

Tints of Cutty Sark #4F846F

Color information

#4F846F (or 0x4F846F) is unknown color: approx Cutty Sark. HEX triplet: 4F, 84 and 6F. RGB value is (79,132,111). Sum of RGB (Red+Green+Blue) = 79+132+111=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #4F846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F846F is #B07B90. Grayscale: #717171. Windows color (decimal): -11565969 or 7308367. OLE color: 7308367.

HSL color Cylindrical-coordinate representation of color #4F846F: hue angle of 156.23º 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 #4F846F is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB79132111-
CMYK0.4000.160.48
HSL156.23º25.12%41.37%-
HSV(B)156.23º40.15%51.76%-
XYZ14.3419.3118.01-
YUV113.76126.44103.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.53%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=24.53%
G=40.99%
B=34.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791321110.4000.160.48156.2325.1241.37
Hex4F846F28010309c1929
Octal11720415750020602343151
Binary10011111000010011011111010000100001100001001110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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