Html Css Color HEX #4F5150 Cape Cod

📋 copy color: '#4F5150'

red 79 ◦ green 81 ◦ blue 80

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

Shades of Cape Cod #4F5150

Tints of Cape Cod #4F5150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.75%

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 32.92%
G = 33.75%
B = 33.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#4F5150 (or 0x4F5150) is known color: Cape Cod. HEX triplet: 4F, 51 and 50. RGB value is (79,81,80). Sum of RGB (Red+Green+Blue) = 79+81+80=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 81 - color contains mainly: green. Hex color #4F5150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5150 is #B0AEAF. Grayscale: #505050. Windows color (decimal): -11579056 or 5263695. OLE color: 5263695.

HSL color Cylindrical-coordinate representation of color #4F5150: hue angle of 150º degrees, saturation: 0.01, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #4F5150 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 79 81 80 -
CMYK 0.02 0 0.01 0.68
HSL 150º 0.01% 0.31% -
HSV(B) 150º 0.02% 0.32% -
XYZ 7.61 8.13 8.76 -
YUV 80.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 79 81 80 0.02 0 0.01 0.68 150 0.01 0.31
Hex 4F 51 50 2 0 1 44 96 1 1F
Octal 117 121 120 2 0 1 104 226 1 37
Binary 1001111 1010001 1010000 10 0 1 1000100 10010110 1 11111

Color Harmonies of #4F5150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5150

Black with #4F5150

Text Example


Text Example

White with #4F5150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,81,80); }

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

background-color css

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

 a { background-color: rgb(79,81,80); }

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

border-color css

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

 span { border-color: rgb(79,81,80); }

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