#4F9074

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

Shades of Cutty Sark #4F9074

Tints of Cutty Sark #4F9074

Color information

#4F9074 (or 0x4F9074) is unknown color: approx Cutty Sark. HEX triplet: 4F, 90 and 74. RGB value is (79,144,116). Sum of RGB (Red+Green+Blue) = 79+144+116=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9074 is #B06F8B. Grayscale: #797979. Windows color (decimal): -11562892 or 7639119. OLE color: 7639119.

HSL color Cylindrical-coordinate representation of color #4F9074: hue angle of 154.15º 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 #4F9074 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB79144116-
CMYK0.4500.190.44
HSL154.15º29.15%43.73%-
HSV(B)154.15º45.14%56.47%-
XYZ16.3522.8720.08-
YUV121.37124.9797.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.30%
GREEN value IS 144 (56.64% from 255) = 42.48%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=23.30%
G=42.48%
B=34.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791441160.4500.190.44154.1529.1543.73
Hex4F90742D0132C9a1d2c
Octal11722016455023542323554
Binary10011111001000011101001011010100111011001001101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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