Html Css Color HEX #4F8575 Cutty Sark

📋 copy color: '#4F8575'

red 79 ◦ green 133 ◦ blue 117

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

Shades of Cutty Sark #4F8575

Tints of Cutty Sark #4F8575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 24.01%
G = 40.43%
B = 35.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#4F8575 (or 0x4F8575) is known color: Cutty Sark. HEX triplet: 4F, 85 and 75. RGB value is (79,133,117). Sum of RGB (Red+Green+Blue) = 79+133+117=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8575 is #B07A8A. Grayscale: #737373. Windows color (decimal): -11565707 or 7701839. OLE color: 7701839.

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

Color convert

RGB 79 133 117 -
CMYK 0.41 0 0.12 0.48
HSL 162.22º 0.25% 0.42% -
HSV(B) 162.22º 0.41% 0.52% -
XYZ 14.82 19.72 19.86 -
YUV 115.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 79 133 117 0.41 0 0.12 0.48 162.22 0.25 0.42
Hex 4F 85 75 29 0 C 30 A2 19 2A
Octal 117 205 165 51 0 14 60 242 31 52
Binary 1001111 10000101 1110101 101001 0 1100 110000 10100010 11001 101010

Color Harmonies of #4F8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8575

Black with #4F8575

Text Example


Text Example

White with #4F8575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,133,117); }

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

background-color css

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

 a { background-color: rgb(79,133,117); }

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

border-color css

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

 span { border-color: rgb(79,133,117); }

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