#4F9078

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

Shades of Cutty Sark #4F9078

Tints of Cutty Sark #4F9078

Color information

#4F9078 (or 0x4F9078) is unknown color: approx Cutty Sark. HEX triplet: 4F, 90 and 78. RGB value is (79,144,120). Sum of RGB (Red+Green+Blue) = 79+144+120=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9078 is #B06F87. Grayscale: #797979. Windows color (decimal): -11562888 or 7901263. OLE color: 7901263.

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

Color convert

RGB79144120-
CMYK0.4500.170.44
HSL157.85º29.15%43.73%-
HSV(B)157.85º45.14%56.47%-
XYZ16.5922.9621.33-
YUV121.83126.9797.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.03%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=23.03%
G=41.98%
B=34.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791441200.4500.170.44157.8529.1543.73
Hex4F90782D0112C9e1d2c
Octal11722017055021542363554
Binary10011111001000011110001011010100011011001001111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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