Html Css Color HEX #4F7968 Cutty Sark

📋 copy color: '#4F7968'

red 79 ◦ green 121 ◦ blue 104

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

Shades of Cutty Sark #4F7968

Tints of Cutty Sark #4F7968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.8%

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 25.99%
G = 39.8%
B = 34.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#4F7968 (or 0x4F7968) is known color: Cutty Sark. HEX triplet: 4F, 79 and 68. RGB value is (79,121,104). Sum of RGB (Red+Green+Blue) = 79+121+104=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #4F7968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7968 is #B08697. Grayscale: #6A6A6A. Windows color (decimal): -11568792 or 6846799. OLE color: 6846799.

HSL color Cylindrical-coordinate representation of color #4F7968: hue angle of 155.71º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F7968 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 79 121 104 -
CMYK 0.35 0 0.14 0.53
HSL 155.71º 0.21% 0.39% -
HSV(B) 155.71º 0.35% 0.47% -
XYZ 12.56 16.34 15.59 -
YUV 106.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 79 121 104 0.35 0 0.14 0.53 155.71 0.21 0.39
Hex 4F 79 68 23 0 E 35 9C 15 27
Octal 117 171 150 43 0 16 65 234 25 47
Binary 1001111 1111001 1101000 100011 0 1110 110101 10011100 10101 100111

Color Harmonies of #4F7968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7968

Black with #4F7968

Text Example


Text Example

White with #4F7968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,121,104); }

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

background-color css

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

 a { background-color: rgb(79,121,104); }

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

border-color css

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

 span { border-color: rgb(79,121,104); }

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