#4F8577

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

Shades of Cutty Sark #4F8577

Tints of Cutty Sark #4F8577

Color information

#4F8577 (or 0x4F8577) is unknown color: approx Cutty Sark. HEX triplet: 4F, 85 and 77. RGB value is (79,133,119). Sum of RGB (Red+Green+Blue) = 79+133+119=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8577 is #B07A88. Grayscale: #737373. Windows color (decimal): -11565705 or 7832911. OLE color: 7832911.

HSL color Cylindrical-coordinate representation of color #4F8577: hue angle of 164.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8577 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB79133119-
CMYK0.4100.110.48
HSL164.44º25.47%41.57%-
HSV(B)164.44º40.6%52.16%-
XYZ14.9419.7720.48-
YUV115.26130.11102.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=23.87%
G=40.18%
B=35.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791331190.4100.110.48164.4425.4741.57
Hex4F8577290B30a4192a
Octal11720516751013602443152
Binary1001111100001011110111101001010111100001010010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,133,119); }

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

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

 a { background-color: rgb(79,133,119); }

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

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

 span { border-color: rgb(79,133,119); }

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