Html Css Color HEX #4F9077 Cutty Sark

📋 copy color: '#4F9077'

red 79 ◦ green 144 ◦ blue 119

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

Shades of Cutty Sark #4F9077

Tints of Cutty Sark #4F9077

RGB

 RED value IS 79 (31.25% from 255) = 23.1%

 GREEN value IS 144 (56.64% from 255) = 42.11%

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

R = 23.1%
G = 42.11%
B = 34.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#4F9077 (or 0x4F9077) is known color: Cutty Sark. HEX triplet: 4F, 90 and 77. RGB value is (79,144,119). Sum of RGB (Red+Green+Blue) = 79+144+119=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9077 is #B06F88. Grayscale: #797979. Windows color (decimal): -11562889 or 7835727. OLE color: 7835727.

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

Color convert

RGB 79 144 119 -
CMYK 0.45 0 0.17 0.44
HSL 156.92º 0.29% 0.44% -
HSV(B) 156.92º 0.45% 0.56% -
XYZ 16.53 22.94 21.01 -
YUV 121.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 79 144 119 0.45 0 0.17 0.44 156.92 0.29 0.44
Hex 4F 90 77 2D 0 11 2C 9D 1D 2C
Octal 117 220 167 55 0 21 54 235 35 54
Binary 1001111 10010000 1110111 101101 0 10001 101100 10011101 11101 101100

Color Harmonies of #4F9077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9077

Black with #4F9077

Text Example


Text Example

White with #4F9077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,144,119); }

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

background-color css

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

 a { background-color: rgb(79,144,119); }

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

border-color css

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

 span { border-color: rgb(79,144,119); }

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