#4F8574

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

Shades of Cutty Sark #4F8574

Tints of Cutty Sark #4F8574

Color information

#4F8574 (or 0x4F8574) is unknown color: approx Cutty Sark. HEX triplet: 4F, 85 and 74. RGB value is (79,133,116). Sum of RGB (Red+Green+Blue) = 79+133+116=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8574 is #B07A8B. Grayscale: #727272. Windows color (decimal): -11565708 or 7636303. OLE color: 7636303.

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

Color convert

RGB79133116-
CMYK0.4100.130.48
HSL161.11º25.47%41.57%-
HSV(B)161.11º40.6%52.16%-
XYZ14.7619.719.55-
YUV114.92128.61102.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.09%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 116 (45.70% from 255) = 35.37%
R=24.09%
G=40.55%
B=35.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791331160.4100.130.48161.1125.4741.57
Hex4F8574290D30a1192a
Octal11720516451015602413152
Binary1001111100001011110100101001011011100001010000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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