#4F846D

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

Shades of Cutty Sark #4F846D

Tints of Cutty Sark #4F846D

Color information

#4F846D (or 0x4F846D) is unknown color: approx Cutty Sark. HEX triplet: 4F, 84 and 6D. RGB value is (79,132,109). Sum of RGB (Red+Green+Blue) = 79+132+109=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #4F846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F846D is #B07B92. Grayscale: #717171. Windows color (decimal): -11565971 or 7177295. OLE color: 7177295.

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

Color convert

RGB79132109-
CMYK0.4000.170.48
HSL153.96º25.12%41.37%-
HSV(B)153.96º40.15%51.76%-
XYZ14.2419.2717.44-
YUV113.53125.44103.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.69%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=24.69%
G=41.25%
B=34.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791321090.4000.170.48153.9625.1241.37
Hex4F846D28011309a1929
Octal11720415550021602323151
Binary10011111000010011011011010000100011100001001101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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