Html Css Color HEX #4E8777 Cutty Sark

📋 copy color: '#4E8777'

red 78 ◦ green 135 ◦ blue 119

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

Shades of Cutty Sark #4E8777

Tints of Cutty Sark #4E8777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.66%

 BLUE value IS 119 (46.88% from 255) = 35.84%

R = 23.49%
G = 40.66%
B = 35.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#4E8777 (or 0x4E8777) is known color: Cutty Sark. HEX triplet: 4E, 87 and 77. RGB value is (78,135,119). Sum of RGB (Red+Green+Blue) = 78+135+119=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #4E8777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8777 is #B17888. Grayscale: #747474. Windows color (decimal): -11630729 or 7833422. OLE color: 7833422.

HSL color Cylindrical-coordinate representation of color #4E8777: hue angle of 163.16º degrees, saturation: 0.27, 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 #4E8777 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 78 135 119 -
CMYK 0.42 0 0.12 0.47
HSL 163.16º 0.27% 0.42% -
HSV(B) 163.16º 0.42% 0.53% -
XYZ 15.14 20.28 20.57 -
YUV 116.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 78 135 119 0.42 0 0.12 0.47 163.16 0.27 0.42
Hex 4E 87 77 2A 0 C 2F A3 1B 2A
Octal 116 207 167 52 0 14 57 243 33 52
Binary 1001110 10000111 1110111 101010 0 1100 101111 10100011 11011 101010

Color Harmonies of #4E8777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8777

Black with #4E8777

Text Example


Text Example

White with #4E8777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,135,119); }

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

background-color css

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

 a { background-color: rgb(78,135,119); }

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

border-color css

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

 span { border-color: rgb(78,135,119); }

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