#4F8778

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

Shades of Cutty Sark #4F8778

Tints of Cutty Sark #4F8778

Color information

#4F8778 (or 0x4F8778) is unknown color: approx Cutty Sark. HEX triplet: 4F, 87 and 78. RGB value is (79,135,120). Sum of RGB (Red+Green+Blue) = 79+135+120=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #4F8778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8778 is #B07887. Grayscale: #747474. Windows color (decimal): -11565192 or 7898959. OLE color: 7898959.

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

Color convert

RGB79135120-
CMYK0.4100.110.47
HSL163.93º26.17%41.96%-
HSV(B)163.93º41.48%52.94%-
XYZ15.2820.3520.89-
YUV116.55129.95101.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.65%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 120 (47.27% from 255) = 35.93%
R=23.65%
G=40.42%
B=35.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal791351200.4100.110.47163.9326.1741.96
Hex4F8778290B2Fa41a2a
Octal11720717051013572443252
Binary1001111100001111111000101001010111011111010010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,135,120); }

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

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

 a { background-color: rgb(79,135,120); }

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

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

 span { border-color: rgb(79,135,120); }

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