Html Css Color HEX #4F8474 Cutty Sark

📋 copy color: '#4F8474'

red 79 ◦ green 132 ◦ blue 116

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

Shades of Cutty Sark #4F8474

Tints of Cutty Sark #4F8474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.37%

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 24.16%
G = 40.37%
B = 35.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#4F8474 (or 0x4F8474) is known color: Cutty Sark. HEX triplet: 4F, 84 and 74. RGB value is (79,132,116). Sum of RGB (Red+Green+Blue) = 79+132+116=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #4F8474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8474 is #B07B8B. Grayscale: #727272. Windows color (decimal): -11565964 or 7636047. OLE color: 7636047.

HSL color Cylindrical-coordinate representation of color #4F8474: hue angle of 161.89º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F8474 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 79 132 116 -
CMYK 0.40 0 0.12 0.48
HSL 161.89º 0.25% 0.41% -
HSV(B) 161.89º 0.4% 0.52% -
XYZ 14.63 19.43 19.5 -
YUV 114.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 79 132 116 0.40 0 0.12 0.48 161.89 0.25 0.41
Hex 4F 84 74 28 0 C 30 A2 19 29
Octal 117 204 164 50 0 14 60 242 31 51
Binary 1001111 10000100 1110100 101000 0 1100 110000 10100010 11001 101001

Color Harmonies of #4F8474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8474

Black with #4F8474

Text Example


Text Example

White with #4F8474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,132,116); }

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

background-color css

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

 a { background-color: rgb(79,132,116); }

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

border-color css

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

 span { border-color: rgb(79,132,116); }

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