Html Css Color HEX #4D5551 Cape Cod

📋 copy color: '#4D5551'

red 77 ◦ green 85 ◦ blue 81

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

Shades of Cape Cod #4D5551

Tints of Cape Cod #4D5551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

 BLUE value IS 81 (32.03% from 255) = 33.33%

R = 31.69%
G = 34.98%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#4D5551 (or 0x4D5551) is known color: Cape Cod. HEX triplet: 4D, 55 and 51. RGB value is (77,85,81). Sum of RGB (Red+Green+Blue) = 77+85+81=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5551 is #B2AAAE. Grayscale: #525252. Windows color (decimal): -11709103 or 5330253. OLE color: 5330253.

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

Color convert

RGB 77 85 81 -
CMYK 0.09 0 0.05 0.67
HSL 150º 0.05% 0.32% -
HSV(B) 150º 0.09% 0.33% -
XYZ 7.79 8.67 9.05 -
YUV 82.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 77 85 81 0.09 0 0.05 0.67 150 0.05 0.32
Hex 4D 55 51 9 0 5 43 96 5 20
Octal 115 125 121 11 0 5 103 226 5 40
Binary 1001101 1010101 1010001 1001 0 101 1000011 10010110 101 100000

Color Harmonies of #4D5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5551

Black with #4D5551

Text Example


Text Example

White with #4D5551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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