#4E9070

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

Shades of Cutty Sark #4E9070

Tints of Cutty Sark #4E9070

Color information

#4E9070 (or 0x4E9070) is unknown color: approx Cutty Sark. HEX triplet: 4E, 90 and 70. RGB value is (78,144,112). Sum of RGB (Red+Green+Blue) = 78+144+112=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9070 is #B16F8F. Grayscale: #787878. Windows color (decimal): -11628432 or 7376974. OLE color: 7376974.

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

Color convert

RGB78144112-
CMYK0.4600.220.44
HSL150.91º29.73%43.53%-
HSV(B)150.91º45.83%56.47%-
XYZ16.0422.7418.87-
YUV120.62123.1397.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.35%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=23.35%
G=43.11%
B=33.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781441120.4600.220.44150.9129.7343.53
Hex4E90702E0162C971e2c
Octal11622016056026542273654
Binary10011101001000011100001011100101101011001001011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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