#4D5350

Color #4D5350 Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #4D5350

Tints of Cape Cod #4D5350

Color information

#4D5350 (or 0x4D5350) is unknown color: approx Cape Cod. HEX triplet: 4D, 53 and 50. RGB value is (77,83,80). Sum of RGB (Red+Green+Blue) = 77+83+80=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5350 is #B2ACAF. Grayscale: #505050. Windows color (decimal): -11709616 or 5264205. OLE color: 5264205.

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

Color convert

RGB778380-
CMYK0.0700.040.67
HSL150º3.75%31.37%-
HSV(B)150º7.23%32.55%-
XYZ7.68.348.8-
YUV80.86127.51125.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 80 (31.64% from 255) = 33.33%
R=32.08%
G=34.58%
B=33.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7783800.0700.040.671503.7531.37
Hex4D5350704439641f
Octal115123120704103226437
Binary100110110100111010000111010010000111001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D5350;
 }
 .AnyTagClassName
 {
   color: #4D5350;
 }
</style>
background-color css

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

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

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

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

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

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