#4E9476

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

Shades of Cutty Sark #4E9476

Tints of Cutty Sark #4E9476

Color information

#4E9476 (or 0x4E9476) is unknown color: approx Cutty Sark. HEX triplet: 4E, 94 and 76. RGB value is (78,148,118). Sum of RGB (Red+Green+Blue) = 78+148+118=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #4E9476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9476 is #B16B89. Grayscale: #7B7B7B. Windows color (decimal): -11627402 or 7771214. OLE color: 7771214.

HSL color Cylindrical-coordinate representation of color #4E9476: hue angle of 154.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E9476 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB78148118-
CMYK0.4700.200.42
HSL154.29º30.97%44.31%-
HSV(B)154.29º47.3%58.04%-
XYZ1724.1120.9-
YUV123.65124.8195.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.67%
GREEN value IS 148 (58.20% from 255) = 43.02%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=22.67%
G=43.02%
B=34.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781481180.4700.200.42154.2930.9744.31
Hex4E94762F0142A9a1f2c
Octal11622416657024522323754
Binary10011101001010011101101011110101001010101001101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,148,118); }

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

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

 a { background-color: rgb(78,148,118); }

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

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

 span { border-color: rgb(78,148,118); }

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