Html Css Color HEX #4D5552 Cape Cod

📋 copy color: '#4D5552'

red 77 ◦ green 85 ◦ blue 82

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

Shades of Cape Cod #4D5552

Tints of Cape Cod #4D5552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.61%

R = 31.56%
G = 34.84%
B = 33.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#4D5552 (or 0x4D5552) is known color: Cape Cod. HEX triplet: 4D, 55 and 52. RGB value is (77,85,82). Sum of RGB (Red+Green+Blue) = 77+85+82=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5552 is #B2AAAD. Grayscale: #525252. Windows color (decimal): -11709102 or 5395789. OLE color: 5395789.

HSL color Cylindrical-coordinate representation of color #4D5552: hue angle of 157.5º 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 #4D5552 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 85 82 -
CMYK 0.09 0 0.04 0.67
HSL 157.5º 0.05% 0.32% -
HSV(B) 157.5º 0.09% 0.33% -
XYZ 7.83 8.68 9.25 -
YUV 82.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 77 85 82 0.09 0 0.04 0.67 157.5 0.05 0.32
Hex 4D 55 52 9 0 4 43 9E 5 20
Octal 115 125 122 11 0 4 103 236 5 40
Binary 1001101 1010101 1010010 1001 0 100 1000011 10011110 101 100000

Color Harmonies of #4D5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5552

Black with #4D5552

Text Example


Text Example

White with #4D5552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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