Html Css Color HEX #4F7D6B Cutty Sark

📋 copy color: '#4F7D6B'

red 79 ◦ green 125 ◦ blue 107

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

Shades of Cutty Sark #4F7D6B

Tints of Cutty Sark #4F7D6B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.19%

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 25.4%
G = 40.19%
B = 34.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#4F7D6B (or 0x4F7D6B) is known color: Cutty Sark. HEX triplet: 4F, 7D and 6B. RGB value is (79,125,107). Sum of RGB (Red+Green+Blue) = 79+125+107=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 125 - color contains mainly: green. Hex color #4F7D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7D6B is #B08294. Grayscale: #6D6D6D. Windows color (decimal): -11567765 or 7044431. OLE color: 7044431.

HSL color Cylindrical-coordinate representation of color #4F7D6B: hue angle of 156.52º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F7D6B is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 125 107 -
CMYK 0.37 0 0.14 0.51
HSL 156.52º 0.23% 0.4% -
HSV(B) 156.52º 0.37% 0.49% -
XYZ 13.21 17.39 16.57 -
YUV 109.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 79 125 107 0.37 0 0.14 0.51 156.52 0.23 0.4
Hex 4F 7D 6B 25 0 E 33 9D 17 28
Octal 117 175 153 45 0 16 63 235 27 50
Binary 1001111 1111101 1101011 100101 0 1110 110011 10011101 10111 101000

Color Harmonies of #4F7D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7D6B

Black with #4F7D6B

Text Example


Text Example

White with #4F7D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,125,107); }

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

background-color css

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

 a { background-color: rgb(79,125,107); }

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

border-color css

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

 span { border-color: rgb(79,125,107); }

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