#4E816D

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

Shades of Cutty Sark #4E816D

Tints of Cutty Sark #4E816D

Color information

#4E816D (or 0x4E816D) is unknown color: approx Cutty Sark. HEX triplet: 4E, 81 and 6D. RGB value is (78,129,109). Sum of RGB (Red+Green+Blue) = 78+129+109=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #4E816D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E816D is #B17E92. Grayscale: #6F6F6F. Windows color (decimal): -11632275 or 7176526. OLE color: 7176526.

HSL color Cylindrical-coordinate representation of color #4E816D: hue angle of 156.47º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E816D is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB78129109-
CMYK0.4000.160.49
HSL156.47º24.64%40.59%-
HSV(B)156.47º39.53%50.59%-
XYZ13.7518.4217.3-
YUV111.47126.6104.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.68%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=24.68%
G=40.82%
B=34.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781291090.4000.160.49156.4724.6440.59
Hex4E816D28010319c1929
Octal11620115550020612343151
Binary10011101000000111011011010000100001100011001110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,129,109); }

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

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

 a { background-color: rgb(78,129,109); }

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

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

 span { border-color: rgb(78,129,109); }

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