Html Css Color HEX #4F8271 Cutty Sark

📋 copy color: '#4F8271'

red 79 ◦ green 130 ◦ blue 113

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

Shades of Cutty Sark #4F8271

Tints of Cutty Sark #4F8271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.37%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 24.53%
G = 40.37%
B = 35.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#4F8271 (or 0x4F8271) is known color: Cutty Sark. HEX triplet: 4F, 82 and 71. RGB value is (79,130,113). Sum of RGB (Red+Green+Blue) = 79+130+113=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #4F8271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8271 is #B07D8E. Grayscale: #707070. Windows color (decimal): -11566479 or 7438927. OLE color: 7438927.

HSL color Cylindrical-coordinate representation of color #4F8271: hue angle of 160º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F8271 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 79 130 113 -
CMYK 0.39 0 0.13 0.49
HSL 160º 0.24% 0.41% -
HSV(B) 160º 0.39% 0.51% -
XYZ 14.19 18.82 18.51 -
YUV 112.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 79 130 113 0.39 0 0.13 0.49 160 0.24 0.41
Hex 4F 82 71 27 0 D 31 A0 18 29
Octal 117 202 161 47 0 15 61 240 30 51
Binary 1001111 10000010 1110001 100111 0 1101 110001 10100000 11000 101001

Color Harmonies of #4F8271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8271

Black with #4F8271

Text Example


Text Example

White with #4F8271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,130,113); }

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

background-color css

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

 a { background-color: rgb(79,130,113); }

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

border-color css

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

 span { border-color: rgb(79,130,113); }

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