#4F9070

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

Shades of Cutty Sark #4F9070

Tints of Cutty Sark #4F9070

Color information

#4F9070 (or 0x4F9070) is unknown color: approx Cutty Sark. HEX triplet: 4F, 90 and 70. RGB value is (79,144,112). Sum of RGB (Red+Green+Blue) = 79+144+112=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9070 is #B06F8F. Grayscale: #787878. Windows color (decimal): -11562896 or 7376975. OLE color: 7376975.

HSL color Cylindrical-coordinate representation of color #4F9070: hue angle of 150.46º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F9070 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB79144112-
CMYK0.4500.220.44
HSL150.46º29.15%43.73%-
HSV(B)150.46º45.14%56.47%-
XYZ16.1222.7818.88-
YUV120.92122.9798.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.58%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=23.58%
G=42.99%
B=33.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791441120.4500.220.44150.4629.1543.73
Hex4F90702D0162C961d2c
Octal11722016055026542263554
Binary10011111001000011100001011010101101011001001011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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