#4F9072

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

Shades of Cutty Sark #4F9072

Tints of Cutty Sark #4F9072

Color information

#4F9072 (or 0x4F9072) is unknown color: approx Cutty Sark. HEX triplet: 4F, 90 and 72. RGB value is (79,144,114). Sum of RGB (Red+Green+Blue) = 79+144+114=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9072 is #B06F8D. Grayscale: #797979. Windows color (decimal): -11562894 or 7508047. OLE color: 7508047.

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

Color convert

RGB79144114-
CMYK0.4500.210.44
HSL152.31º29.15%43.73%-
HSV(B)152.31º45.14%56.47%-
XYZ16.2322.8219.47-
YUV121.14123.9797.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=23.44%
G=42.73%
B=33.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791441140.4500.210.44152.3129.1543.73
Hex4F90722D0152C981d2c
Octal11722016255025542303554
Binary10011111001000011100101011010101011011001001100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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