#4F9477

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

Shades of Cutty Sark #4F9477

Tints of Cutty Sark #4F9477

Color information

#4F9477 (or 0x4F9477) is unknown color: approx Cutty Sark. HEX triplet: 4F, 94 and 77. RGB value is (79,148,119). Sum of RGB (Red+Green+Blue) = 79+148+119=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #4F9477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9477 is #B06B88. Grayscale: #7C7C7C. Windows color (decimal): -11561865 or 7836751. OLE color: 7836751.

HSL color Cylindrical-coordinate representation of color #4F9477: hue angle of 154.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F9477 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB79148119-
CMYK0.4700.200.42
HSL154.78º30.4%44.51%-
HSV(B)154.78º46.62%58.04%-
XYZ17.1424.1721.22-
YUV124.06125.1495.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.83%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=22.83%
G=42.77%
B=34.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791481190.4700.200.42154.7830.444.51
Hex4F94772F0142A9b1e2d
Octal11722416757024522333655
Binary10011111001010011101111011110101001010101001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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