#4E8573

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

Shades of Cutty Sark #4E8573

Tints of Cutty Sark #4E8573

Color information

#4E8573 (or 0x4E8573) is unknown color: approx Cutty Sark. HEX triplet: 4E, 85 and 73. RGB value is (78,133,115). Sum of RGB (Red+Green+Blue) = 78+133+115=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #4E8573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8573 is #B17A8C. Grayscale: #727272. Windows color (decimal): -11631245 or 7570766. OLE color: 7570766.

HSL color Cylindrical-coordinate representation of color #4E8573: hue angle of 160.36º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E8573 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB78133115-
CMYK0.4100.140.48
HSL160.36º26.07%41.37%-
HSV(B)160.36º41.35%52.16%-
XYZ14.6219.6319.24-
YUV114.5128.28101.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.93%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=23.93%
G=40.80%
B=35.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781331150.4100.140.48160.3626.0741.37
Hex4E8573290E30a01a29
Octal11620516351016602403251
Binary1001110100001011110011101001011101100001010000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,133,115); }

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

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

 a { background-color: rgb(78,133,115); }

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

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

 span { border-color: rgb(78,133,115); }

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