#4F8270

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

Shades of Cutty Sark #4F8270

Tints of Cutty Sark #4F8270

Color information

#4F8270 (or 0x4F8270) is unknown color: approx Cutty Sark. HEX triplet: 4F, 82 and 70. RGB value is (79,130,112). Sum of RGB (Red+Green+Blue) = 79+130+112=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #4F8270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8270 is #B07D8F. Grayscale: #707070. Windows color (decimal): -11566480 or 7373391. OLE color: 7373391.

HSL color Cylindrical-coordinate representation of color #4F8270: hue angle of 158.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F8270 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB79130112-
CMYK0.3900.140.49
HSL158.82º24.4%40.98%-
HSV(B)158.82º39.23%50.98%-
XYZ14.1318.818.21-
YUV112.7127.6103.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.61%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=24.61%
G=40.50%
B=34.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791301120.3900.140.49158.8224.440.98
Hex4F8270270E319f1829
Octal11720216047016612373051
Binary1001111100000101110000100111011101100011001111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,130,112); }

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

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

 a { background-color: rgb(79,130,112); }

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

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

 span { border-color: rgb(79,130,112); }

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