#4F8374

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

Shades of Cutty Sark #4F8374

Tints of Cutty Sark #4F8374

Color information

#4F8374 (or 0x4F8374) is unknown color: approx Cutty Sark. HEX triplet: 4F, 83 and 74. RGB value is (79,131,116). Sum of RGB (Red+Green+Blue) = 79+131+116=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #4F8374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8374 is #B07C8B. Grayscale: #717171. Windows color (decimal): -11566220 or 7635791. OLE color: 7635791.

HSL color Cylindrical-coordinate representation of color #4F8374: hue angle of 162.69º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F8374 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB79131116-
CMYK0.4000.110.49
HSL162.69º24.76%41.18%-
HSV(B)162.69º39.69%51.37%-
XYZ14.4919.1619.46-
YUV113.74129.27103.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.23%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 116 (45.70% from 255) = 35.58%
R=24.23%
G=40.18%
B=35.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791311160.4000.110.49162.6924.7641.18
Hex4F8374280B31a31929
Octal11720316450013612433151
Binary1001111100000111110100101000010111100011010001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,131,116); }

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

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

 a { background-color: rgb(79,131,116); }

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

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

 span { border-color: rgb(79,131,116); }

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