#4E7F69

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

Shades of Cutty Sark #4E7F69

Tints of Cutty Sark #4E7F69

Color information

#4E7F69 (or 0x4E7F69) is unknown color: approx Cutty Sark. HEX triplet: 4E, 7F and 69. RGB value is (78,127,105). Sum of RGB (Red+Green+Blue) = 78+127+105=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #4E7F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7F69 is #B18096. Grayscale: #6D6D6D. Windows color (decimal): -11632791 or 6913870. OLE color: 6913870.

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

Color convert

RGB78127105-
CMYK0.3900.170.50
HSL153.06º23.9%40.2%-
HSV(B)153.06º38.58%49.8%-
XYZ13.2817.8216.1-
YUV109.84125.27105.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.16%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=25.16%
G=40.97%
B=33.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal781271050.3900.170.50153.0623.940.2
Hex4E7F692701132991828
Octal11617715147021622313050
Binary1001110111111111010011001110100011100101001100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,127,105); }

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

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

 a { background-color: rgb(78,127,105); }

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

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

 span { border-color: rgb(78,127,105); }

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