Html Css Color HEX #4F806D Cutty Sark

📋 copy color: '#4F806D'

red 79 ◦ green 128 ◦ blue 109

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

Shades of Cutty Sark #4F806D

Tints of Cutty Sark #4F806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.51%

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 25%
G = 40.51%
B = 34.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#4F806D (or 0x4F806D) is known color: Cutty Sark. HEX triplet: 4F, 80 and 6D. RGB value is (79,128,109). Sum of RGB (Red+Green+Blue) = 79+128+109=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #4F806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F806D is #B07F92. Grayscale: #6F6F6F. Windows color (decimal): -11566995 or 7176271. OLE color: 7176271.

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

Color convert

RGB 79 128 109 -
CMYK 0.38 0 0.15 0.50
HSL 156.73º 0.24% 0.41% -
HSV(B) 156.73º 0.38% 0.5% -
XYZ 13.7 18.2 17.26 -
YUV 111.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 79 128 109 0.38 0 0.15 0.50 156.73 0.24 0.41
Hex 4F 80 6D 26 0 F 32 9D 18 29
Octal 117 200 155 46 0 17 62 235 30 51
Binary 1001111 10000000 1101101 100110 0 1111 110010 10011101 11000 101001

Color Harmonies of #4F806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F806D

Black with #4F806D

Text Example


Text Example

White with #4F806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,128,109); }

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

background-color css

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

 a { background-color: rgb(79,128,109); }

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

border-color css

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

 span { border-color: rgb(79,128,109); }

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