Html Css Color HEX #4E8672 Cutty Sark

📋 copy color: '#4E8672'

red 78 ◦ green 134 ◦ blue 114

#4E8672
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #4E8672

Tints of Cutty Sark #4E8672

RGB

 RED value IS 78 (30.86% from 255) = 23.93%

 GREEN value IS 134 (52.73% from 255) = 41.1%

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 23.93%
G = 41.1%
B = 34.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#4E8672 (or 0x4E8672) is known color: Cutty Sark. HEX triplet: 4E, 86 and 72. RGB value is (78,134,114). Sum of RGB (Red+Green+Blue) = 78+134+114=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #4E8672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8672 is #B1798D. Grayscale: #737373. Windows color (decimal): -11630990 or 7505486. OLE color: 7505486.

HSL color Cylindrical-coordinate representation of color #4E8672: hue angle of 158.57º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E8672 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 78 134 114 -
CMYK 0.42 0 0.15 0.47
HSL 158.57º 0.26% 0.42% -
HSV(B) 158.57º 0.42% 0.53% -
XYZ 14.7 19.88 18.98 -
YUV 114.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 78 134 114 0.42 0 0.15 0.47 158.57 0.26 0.42
Hex 4E 86 72 2A 0 F 2F 9F 1A 2A
Octal 116 206 162 52 0 17 57 237 32 52
Binary 1001110 10000110 1110010 101010 0 1111 101111 10011111 11010 101010

Color Harmonies of #4E8672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8672

Black with #4E8672

Text Example


Text Example

White with #4E8672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,134,114); }

 H1.HeaderClassName
 {
   color: #4E8672;
 }
 .AnyTagClassName
 {
   color: #4E8672;
 }
</style>

background-color css

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

 a { background-color: rgb(78,134,114); }

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

border-color css

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

 span { border-color: rgb(78,134,114); }

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