Html Css Color HEX #4F7F69 Cutty Sark

📋 copy color: '#4F7F69'

red 79 ◦ green 127 ◦ blue 105

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

Shades of Cutty Sark #4F7F69

Tints of Cutty Sark #4F7F69

RGB

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

 GREEN value IS 127 (50% from 255) = 40.84%

 BLUE value IS 105 (41.41% from 255) = 33.76%

R = 25.4%
G = 40.84%
B = 33.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#4F7F69 (or 0x4F7F69) is known color: Cutty Sark. HEX triplet: 4F, 7F and 69. RGB value is (79,127,105). Sum of RGB (Red+Green+Blue) = 79+127+105=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 127 - color contains mainly: green. Hex color #4F7F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7F69 is #B08096. Grayscale: #6E6E6E. Windows color (decimal): -11567255 or 6913871. OLE color: 6913871.

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

Color convert

RGB 79 127 105 -
CMYK 0.38 0 0.17 0.50
HSL 152.5º 0.23% 0.4% -
HSV(B) 152.5º 0.38% 0.5% -
XYZ 13.36 17.86 16.11 -
YUV 110.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 79 127 105 0.38 0 0.17 0.50 152.5 0.23 0.4
Hex 4F 7F 69 26 0 11 32 98 17 28
Octal 117 177 151 46 0 21 62 230 27 50
Binary 1001111 1111111 1101001 100110 0 10001 110010 10011000 10111 101000

Color Harmonies of #4F7F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7F69

Black with #4F7F69

Text Example


Text Example

White with #4F7F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,127,105); }

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

background-color css

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

 a { background-color: rgb(79,127,105); }

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

border-color css

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

 span { border-color: rgb(79,127,105); }

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