#4E7E68

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

Shades of Cutty Sark #4E7E68

Tints of Cutty Sark #4E7E68

Color information

#4E7E68 (or 0x4E7E68) is unknown color: approx Cutty Sark. HEX triplet: 4E, 7E and 68. RGB value is (78,126,104). Sum of RGB (Red+Green+Blue) = 78+126+104=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 126 - color contains mainly: green. Hex color #4E7E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7E68 is #B18197. Grayscale: #6D6D6D. Windows color (decimal): -11633048 or 6848078. OLE color: 6848078.

HSL color Cylindrical-coordinate representation of color #4E7E68: hue angle of 152.5º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E7E68 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB78126104-
CMYK0.3800.170.51
HSL152.5º23.53%40%-
HSV(B)152.5º38.1%49.41%-
XYZ13.117.5415.79-
YUV109.14125.1105.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.32%
GREEN value IS 126 (49.61% from 255) = 40.91%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=25.32%
G=40.91%
B=33.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal781261040.3800.170.51152.523.5340
Hex4E7E682601133981828
Octal11617615046021632303050
Binary1001110111111011010001001100100011100111001100011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,126,104); }

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

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

 a { background-color: rgb(78,126,104); }

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

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

 span { border-color: rgb(78,126,104); }

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