Html Css Color HEX #4E8F78 Cutty Sark

📋 copy color: '#4E8F78'

red 78 ◦ green 143 ◦ blue 120

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

Shades of Cutty Sark #4E8F78

Tints of Cutty Sark #4E8F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.94%

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 22.87%
G = 41.94%
B = 35.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#4E8F78 (or 0x4E8F78) is known color: Cutty Sark. HEX triplet: 4E, 8F and 78. RGB value is (78,143,120). Sum of RGB (Red+Green+Blue) = 78+143+120=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 143 - color contains mainly: green. Hex color #4E8F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8F78 is #B17087. Grayscale: #787878. Windows color (decimal): -11628680 or 7901006. OLE color: 7901006.

HSL color Cylindrical-coordinate representation of color #4E8F78: hue angle of 158.77º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E8F78 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 78 143 120 -
CMYK 0.45 0 0.16 0.44
HSL 158.77º 0.29% 0.43% -
HSV(B) 158.77º 0.45% 0.56% -
XYZ 16.35 22.62 21.27 -
YUV 120.94 127.47 97.37 -
System Red Green Blue C M Y K H S L
Decimal 78 143 120 0.45 0 0.16 0.44 158.77 0.29 0.43
Hex 4E 8F 78 2D 0 10 2C 9F 1D 2B
Octal 116 217 170 55 0 20 54 237 35 53
Binary 1001110 10001111 1111000 101101 0 10000 101100 10011111 11101 101011

Color Harmonies of #4E8F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8F78

Black with #4E8F78

Text Example


Text Example

White with #4E8F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,143,120); }

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

background-color css

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

 a { background-color: rgb(78,143,120); }

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

border-color css

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

 span { border-color: rgb(78,143,120); }

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