Html Css Color HEX #4D5150 Cape Cod

📋 copy color: '#4D5150'

red 77 ◦ green 81 ◦ blue 80

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

Shades of Cape Cod #4D5150

Tints of Cape Cod #4D5150

RGB

 RED value IS 77 (30.47% from 255) = 32.35%

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

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

R = 32.35%
G = 34.03%
B = 33.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#4D5150 (or 0x4D5150) is known color: Cape Cod. HEX triplet: 4D, 51 and 50. RGB value is (77,81,80). Sum of RGB (Red+Green+Blue) = 77+81+80=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 81 - color contains mainly: green. Hex color #4D5150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5150 is #B2AEAF. Grayscale: #4F4F4F. Windows color (decimal): -11710128 or 5263693. OLE color: 5263693.

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

Color convert

RGB 77 81 80 -
CMYK 0.05 0 0.01 0.68
HSL 165º 0.03% 0.31% -
HSV(B) 165º 0.05% 0.32% -
XYZ 7.45 8.04 8.75 -
YUV 79.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 77 81 80 0.05 0 0.01 0.68 165 0.03 0.31
Hex 4D 51 50 5 0 1 44 A5 3 1F
Octal 115 121 120 5 0 1 104 245 3 37
Binary 1001101 1010001 1010000 101 0 1 1000100 10100101 11 11111

Color Harmonies of #4D5150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5150

Black with #4D5150

Text Example


Text Example

White with #4D5150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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